Html Css Color HEX #6C7520 Rain Forest

📋 copy color: '#6C7520'

red 108 ◦ green 117 ◦ blue 32

#6C7520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rain Forest #6C7520

Tints of Rain Forest #6C7520

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 value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#6C7520 (or 0x6C7520) is known color: 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

RGB 108 117 32 -
CMYK 0.08 0 0.73 0.54
HSL 66.35º 0.57% 0.29% -
HSV(B) 66.35º 0.73% 0.46% -
XYZ 12.81 16.02 3.78 -
YUV 104.62 87.02 130.41 -
System Red Green Blue C M Y K H S L
Decimal 108 117 32 0.08 0 0.73 0.54 66.35 0.57 0.29
Hex 6C 75 20 8 0 49 36 42 39 1D
Octal 154 165 40 10 0 111 66 102 71 35
Binary 1101100 1110101 100000 1000 0 1001001 110110 1000010 111001 11101

Color Harmonies of #6C7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7520

Black with #6C7520

Text Example


Text Example

White with #6C7520

Text Example


Text Example

HTML Codes & Css Web 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>