Html Css Color HEX #6E8D31 Olive Drab

📋 copy color: '#6E8D31'

red 110 ◦ green 141 ◦ blue 49

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

Shades of Olive Drab #6E8D31

Tints of Olive Drab #6E8D31

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47%

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

R = 36.67%
G = 47%
B = 16.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#6E8D31 (or 0x6E8D31) is known color: Olive Drab. HEX triplet: 6E, 8D and 31. RGB value is (110,141,49). Sum of RGB (Red+Green+Blue) = 110+141+49=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #6E8D31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8D31 is #9172CE. Grayscale: #797979. Windows color (decimal): -9532111 or 3247470. OLE color: 3247470.

HSL color Cylindrical-coordinate representation of color #6E8D31: hue angle of 80.22º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E8D31 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 141 49 -
CMYK 0.22 0 0.65 0.45
HSL 80.22º 0.48% 0.37% -
HSV(B) 80.22º 0.65% 0.55% -
XYZ 16.51 22.59 6.4 -
YUV 121.24 87.23 119.98 -
System Red Green Blue C M Y K H S L
Decimal 110 141 49 0.22 0 0.65 0.45 80.22 0.48 0.37
Hex 6E 8D 31 16 0 41 2D 50 30 25
Octal 156 215 61 26 0 101 55 120 60 45
Binary 1101110 10001101 110001 10110 0 1000001 101101 1010000 110000 100101

Color Harmonies of #6E8D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8D31

Black with #6E8D31

Text Example


Text Example

White with #6E8D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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