Html Css Color HEX #6E9222 Olive Drab

📋 copy color: '#6E9222'

red 110 ◦ green 146 ◦ blue 34

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

Shades of Olive Drab #6E9222

Tints of Olive Drab #6E9222

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.34%

 BLUE value IS 34 (13.67% from 255) = 11.72%

R = 37.93%
G = 50.34%
B = 11.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#6E9222 (or 0x6E9222) is known color: Olive Drab. HEX triplet: 6E, 92 and 22. RGB value is (110,146,34). Sum of RGB (Red+Green+Blue) = 110+146+34=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9222 is #916DDD. Grayscale: #7A7A7A. Windows color (decimal): -9530846 or 2265710. OLE color: 2265710.

HSL color Cylindrical-coordinate representation of color #6E9222: hue angle of 79.29º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E9222 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 146 34 -
CMYK 0.25 0 0.77 0.43
HSL 79.29º 0.62% 0.35% -
HSV(B) 79.29º 0.77% 0.57% -
XYZ 17 23.99 5.25 -
YUV 122.47 78.07 119.11 -
System Red Green Blue C M Y K H S L
Decimal 110 146 34 0.25 0 0.77 0.43 79.29 0.62 0.35
Hex 6E 92 22 19 0 4D 2B 4F 3E 23
Octal 156 222 42 31 0 115 53 117 76 43
Binary 1101110 10010010 100010 11001 0 1001101 101011 1001111 111110 100011

Color Harmonies of #6E9222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9222

Black with #6E9222

Text Example


Text Example

White with #6E9222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,146,34); }

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

background-color css

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

 a { background-color: rgb(110,146,34); }

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

border-color css

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

 span { border-color: rgb(110,146,34); }

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