Html Css Color HEX #6E7520 Rain Forest

📋 copy color: '#6E7520'

red 110 ◦ green 117 ◦ blue 32

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

Shades of Rain Forest #6E7520

Tints of Rain Forest #6E7520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.17%

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

R = 42.47%
G = 45.17%
B = 12.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#6E7520 (or 0x6E7520) is known color: Rain Forest. HEX triplet: 6E, 75 and 20. RGB value is (110,117,32). Sum of RGB (Red+Green+Blue) = 110+117+32=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #6E7520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7520 is #918ADF. Grayscale: #696969. Windows color (decimal): -9538272 or 2127214. OLE color: 2127214.

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

Color convert

RGB 110 117 32 -
CMYK 0.06 0 0.73 0.54
HSL 64.94º 0.57% 0.29% -
HSV(B) 64.94º 0.73% 0.46% -
XYZ 13.05 16.14 3.79 -
YUV 105.22 86.68 131.41 -
System Red Green Blue C M Y K H S L
Decimal 110 117 32 0.06 0 0.73 0.54 64.94 0.57 0.29
Hex 6E 75 20 6 0 49 36 41 39 1D
Octal 156 165 40 6 0 111 66 101 71 35
Binary 1101110 1110101 100000 110 0 1001001 110110 1000001 111001 11101

Color Harmonies of #6E7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7520

Black with #6E7520

Text Example


Text Example

White with #6E7520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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