Html Css Color HEX #6C7020 Rain Forest

📋 copy color: '#6C7020'

red 108 ◦ green 112 ◦ blue 32

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

Shades of Rain Forest #6C7020

Tints of Rain Forest #6C7020

RGB

 RED value IS 108 (42.58% from 255) = 42.86%

 GREEN value IS 112 (44.14% from 255) = 44.44%

 BLUE value IS 32 (12.89% from 255) = 12.7%

R = 42.86%
G = 44.44%
B = 12.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#6C7020 (or 0x6C7020) is known color: Rain Forest. HEX triplet: 6C, 70 and 20. RGB value is (108,112,32). Sum of RGB (Red+Green+Blue) = 108+112+32=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7020 is #938FDF. Grayscale: #656565. Windows color (decimal): -9670624 or 2125932. OLE color: 2125932.

HSL color Cylindrical-coordinate representation of color #6C7020: hue angle of 63º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C7020 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 112 32 -
CMYK 0.04 0 0.71 0.56
HSL 63º 0.56% 0.28% -
HSV(B) 63º 0.71% 0.44% -
XYZ 12.24 14.88 3.59 -
YUV 101.68 88.67 132.5 -
System Red Green Blue C M Y K H S L
Decimal 108 112 32 0.04 0 0.71 0.56 63 0.56 0.28
Hex 6C 70 20 4 0 47 38 3F 38 1C
Octal 154 160 40 4 0 107 70 77 70 34
Binary 1101100 1110000 100000 100 0 1000111 111000 111111 111000 11100

Color Harmonies of #6C7020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7020

Black with #6C7020

Text Example


Text Example

White with #6C7020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C7020;
 }
 .AnyTagClassName
 {
   color: #6C7020;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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