Html Css Color HEX #6E7620 Rain Forest

📋 copy color: '#6E7620'

red 110 ◦ green 118 ◦ blue 32

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

Shades of Rain Forest #6E7620

Tints of Rain Forest #6E7620

RGB

 RED value IS 110 (43.36% from 255) = 42.31%

 GREEN value IS 118 (46.48% from 255) = 45.38%

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

R = 42.31%
G = 45.38%
B = 12.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#6E7620 (or 0x6E7620) is known color: Rain Forest. HEX triplet: 6E, 76 and 20. RGB value is (110,118,32). Sum of RGB (Red+Green+Blue) = 110+118+32=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #6E7620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7620 is #9189DF. Grayscale: #6A6A6A. Windows color (decimal): -9538016 or 2127470. OLE color: 2127470.

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

Color convert

RGB 110 118 32 -
CMYK 0.07 0 0.73 0.54
HSL 65.58º 0.57% 0.29% -
HSV(B) 65.58º 0.73% 0.46% -
XYZ 13.17 16.38 3.83 -
YUV 105.8 86.35 130.99 -
System Red Green Blue C M Y K H S L
Decimal 110 118 32 0.07 0 0.73 0.54 65.58 0.57 0.29
Hex 6E 76 20 7 0 49 36 42 39 1D
Octal 156 166 40 7 0 111 66 102 71 35
Binary 1101110 1110110 100000 111 0 1001001 110110 1000010 111001 11101

Color Harmonies of #6E7620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7620

Black with #6E7620

Text Example


Text Example

White with #6E7620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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