#68702C

Color #68702C Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rain Forest #68702C

Tints of Rain Forest #68702C

Color information

#68702C (or 0x68702C) is unknown color: approx Rain Forest. HEX triplet: 68, 70 and 2C. RGB value is (104,112,44). Sum of RGB (Red+Green+Blue) = 104+112+44=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #68702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68702C is #978FD3. Grayscale: #666666. Windows color (decimal): -9932756 or 2912360. OLE color: 2912360.

HSL color Cylindrical-coordinate representation of color #68702C: hue angle of 67.06º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68702C is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB10411244-
CMYK0.0700.610.56
HSL67.06º43.59%30.59%-
HSV(B)67.06º60.71%43.92%-
XYZ11.9614.714.59-
YUV101.8695.35129.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 40%
GREEN value IS 112 (44.14% from 255) = 43.08%
BLUE value IS 44 (17.58% from 255) = 16.92%
R=40%
G=43.08%
B=16.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112440.0700.610.5667.0643.5930.59
Hex68702C703D38432c1f
Octal150160547075701035437
Binary110100011100001011001110111101111000100001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68702C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68702C; }

 p { color: rgb(104,112,44); }

 H1.HeaderClassName
 {
   color: #68702C;
 }
 .AnyTagClassName
 {
   color: #68702C;
 }
</style>
background-color css

<style>
 a { background-color: #68702C; }

 a { background-color: rgb(104,112,44); }

 div.DivClassName
 {
   background-color: #68702C;
 }
 .BgClassName
 {
   background-color: #68702C;
 }
</style>
border-color css

<style>
 span { border-color: #68702C; }

 span { border-color: rgb(104,112,44); }

 td.TdClassName
 {
   border-color: #68702C;
 }
 .TagClassName
 {
   border-color: #68702C;
 }
</style>