Html Css Color HEX #6E8D32 Olive Drab

📋 copy color: '#6E8D32'

red 110 ◦ green 141 ◦ blue 50

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

Shades of Olive Drab #6E8D32

Tints of Olive Drab #6E8D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 36.54%
G = 46.84%
B = 16.61%

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

#6E8D32 (or 0x6E8D32) is known color: Olive Drab. HEX triplet: 6E, 8D and 32. RGB value is (110,141,50). Sum of RGB (Red+Green+Blue) = 110+141+50=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 141 - color contains mainly: green. Hex color #6E8D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8D32 is #9172CD. Grayscale: #797979. Windows color (decimal): -9532110 or 3313006. OLE color: 3313006.

HSL color Cylindrical-coordinate representation of color #6E8D32: hue angle of 80.44º 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 #6E8D32 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 141 50 -
CMYK 0.22 0 0.65 0.45
HSL 80.44º 0.48% 0.37% -
HSV(B) 80.44º 0.65% 0.55% -
XYZ 16.53 22.6 6.51 -
YUV 121.36 87.73 119.9 -
System Red Green Blue C M Y K H S L
Decimal 110 141 50 0.22 0 0.65 0.45 80.44 0.48 0.37
Hex 6E 8D 32 16 0 41 2D 50 30 25
Octal 156 215 62 26 0 101 55 120 60 45
Binary 1101110 10001101 110010 10110 0 1000001 101101 1010000 110000 100101

Color Harmonies of #6E8D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8D32

Black with #6E8D32

Text Example


Text Example

White with #6E8D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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