#6C7520

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

Shades of Rain Forest #6C7520

Tints of Rain Forest #6C7520

Color information

#6C7520 (or 0x6C7520) is unknown color: approx Rain Forest. HEX triplet: 6C, 75 and 20. RGB value is (108,117,32). Sum of RGB (Red+Green+Blue) = 108+117+32=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #6C7520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7520 is #938ADF. Grayscale: #686868. Windows color (decimal): -9669344 or 2127212. OLE color: 2127212.

HSL color Cylindrical-coordinate representation of color #6C7520: hue angle of 66.35º 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 #6C7520 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB10811732-
CMYK0.0800.730.54
HSL66.35º57.05%29.22%-
HSV(B)66.35º72.65%45.88%-
XYZ12.8116.023.78-
YUV104.6287.02130.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.02%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 32 (12.89% from 255) = 12.45%
R=42.02%
G=45.53%
B=12.45%

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
Decimal108117320.0800.730.5466.3557.0529.22
Hex6C752080493642391d
Octal15416540100111661027135
Binary11011001110101100000100001001001110110100001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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