#6C762F

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

Shades of Rain Forest #6C762F

Tints of Rain Forest #6C762F

Color information

#6C762F (or 0x6C762F) is unknown color: approx Rain Forest. HEX triplet: 6C, 76 and 2F. RGB value is (108,118,47). Sum of RGB (Red+Green+Blue) = 108+118+47=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #6C762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C762F is #9389D0. Grayscale: #6B6B6B. Windows color (decimal): -9669073 or 3110508. OLE color: 3110508.

HSL color Cylindrical-coordinate representation of color #6C762F: hue angle of 68.45º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C762F is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB10811847-
CMYK0.0800.600.54
HSL68.45º43.03%32.35%-
HSV(B)68.45º60.17%46.27%-
XYZ13.1816.355.15-
YUV106.9294.19128.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.56%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 47 (18.75% from 255) = 17.22%
R=39.56%
G=43.22%
B=17.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108118470.0800.600.5468.4543.0332.35
Hex6C762F803C36442b20
Octal1541665710074661045340
Binary11011001110110101111100001111001101101000100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C762F; }

 p { color: rgb(108,118,47); }

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

<style>
 a { background-color: #6C762F; }

 a { background-color: rgb(108,118,47); }

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

<style>
 span { border-color: #6C762F; }

 span { border-color: rgb(108,118,47); }

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