#6C7620

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

Shades of Rain Forest #6C7620

Tints of Rain Forest #6C7620

Color information

#6C7620 (or 0x6C7620) is unknown color: approx Rain Forest. HEX triplet: 6C, 76 and 20. RGB value is (108,118,32). Sum of RGB (Red+Green+Blue) = 108+118+32=258 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.86% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #6C7620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7620 is #9389DF. Grayscale: #696969. Windows color (decimal): -9669088 or 2127468. OLE color: 2127468.

HSL color Cylindrical-coordinate representation of color #6C7620: hue angle of 66.98º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C7620 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB10811832-
CMYK0.0800.730.54
HSL66.98º57.33%29.41%-
HSV(B)66.98º72.88%46.27%-
XYZ12.9216.253.82-
YUV105.2186.69129.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.86%
GREEN value IS 118 (46.48% from 255) = 45.74%
BLUE value IS 32 (12.89% from 255) = 12.40%
R=41.86%
G=45.74%
B=12.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108118320.0800.730.5466.9857.3329.41
Hex6C762080493643391d
Octal15416640100111661037135
Binary11011001110110100000100001001001110110100001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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