#68702F

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

Shades of Rain Forest #68702F

Tints of Rain Forest #68702F

Color information

#68702F (or 0x68702F) is unknown color: approx Rain Forest. HEX triplet: 68, 70 and 2F. RGB value is (104,112,47). Sum of RGB (Red+Green+Blue) = 104+112+47=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #68702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68702F is #978FD0. Grayscale: #666666. Windows color (decimal): -9932753 or 3108968. OLE color: 3108968.

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

Color convert

RGB10411247-
CMYK0.0700.580.56
HSL67.38º40.88%31.18%-
HSV(B)67.38º58.04%43.92%-
XYZ12.0214.744.9-
YUV102.296.85129.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 112 (44.14% from 255) = 42.59%
BLUE value IS 47 (18.75% from 255) = 17.87%
R=39.54%
G=42.59%
B=17.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112470.0700.580.5667.3840.8831.18
Hex68702F703A3843291f
Octal150160577072701035137
Binary110100011100001011111110111010111000100001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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