Html Css Color HEX #6E8031 Rain Forest

📋 copy color: '#6E8031'

red 110 ◦ green 128 ◦ blue 49

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

Shades of Rain Forest #6E8031

Tints of Rain Forest #6E8031

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.6%

 BLUE value IS 49 (19.53% from 255) = 17.07%

R = 38.33%
G = 44.6%
B = 17.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#6E8031 (or 0x6E8031) is known color: Rain Forest. HEX triplet: 6E, 80 and 31. RGB value is (110,128,49). Sum of RGB (Red+Green+Blue) = 110+128+49=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #6E8031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8031 is #917FCE. Grayscale: #717171. Windows color (decimal): -9535439 or 3244142. OLE color: 3244142.

HSL color Cylindrical-coordinate representation of color #6E8031: hue angle of 73.67º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E8031 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 110 128 49 -
CMYK 0.14 0 0.62 0.50
HSL 73.67º 0.45% 0.35% -
HSV(B) 73.67º 0.62% 0.5% -
XYZ 14.7 18.98 5.79 -
YUV 113.61 91.54 125.42 -
System Red Green Blue C M Y K H S L
Decimal 110 128 49 0.14 0 0.62 0.50 73.67 0.45 0.35
Hex 6E 80 31 E 0 3E 32 4A 2D 23
Octal 156 200 61 16 0 76 62 112 55 43
Binary 1101110 10000000 110001 1110 0 111110 110010 1001010 101101 100011

Color Harmonies of #6E8031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8031

Black with #6E8031

Text Example


Text Example

White with #6E8031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,128,49); }

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

background-color css

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

 a { background-color: rgb(110,128,49); }

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

border-color css

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

 span { border-color: rgb(110,128,49); }

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