Html Css Color HEX #6E9B20 Olive Drab

📋 copy color: '#6E9B20'

red 110 ◦ green 155 ◦ blue 32

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

Shades of Olive Drab #6E9B20

Tints of Olive Drab #6E9B20

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.19%

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

R = 37.04%
G = 52.19%
B = 10.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#6E9B20 (or 0x6E9B20) is known color: Olive Drab. HEX triplet: 6E, 9B and 20. RGB value is (110,155,32). Sum of RGB (Red+Green+Blue) = 110+155+32=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 155 (60.94% from 255 or 52.19% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 155 - color contains mainly: green. Hex color #6E9B20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9B20 is #9164DF. Grayscale: #7F7F7F. Windows color (decimal): -9528544 or 2136942. OLE color: 2136942.

HSL color Cylindrical-coordinate representation of color #6E9B20: hue angle of 81.95º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E9B20 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 155 32 -
CMYK 0.29 0 0.79 0.39
HSL 81.95º 0.66% 0.37% -
HSV(B) 81.95º 0.79% 0.61% -
XYZ 18.41 26.86 5.58 -
YUV 127.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 110 155 32 0.29 0 0.79 0.39 81.95 0.66 0.37
Hex 6E 9B 20 1D 0 4F 27 52 42 25
Octal 156 233 40 35 0 117 47 122 102 45
Binary 1101110 10011011 100000 11101 0 1001111 100111 1010010 1000010 100101

Color Harmonies of #6E9B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9B20

Black with #6E9B20

Text Example


Text Example

White with #6E9B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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