Html Css Color HEX #6E9208 Olive Drab

📋 copy color: '#6E9208'

red 110 ◦ green 146 ◦ blue 8

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

Shades of Olive Drab #6E9208

Tints of Olive Drab #6E9208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.03%

R = 41.67%
G = 55.3%
B = 3.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#6E9208 (or 0x6E9208) is known color: Olive Drab. HEX triplet: 6E, 92 and 08. RGB value is (110,146,8). Sum of RGB (Red+Green+Blue) = 110+146+8=264 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.67% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9208 is #916DF7. Grayscale: #787878. Windows color (decimal): -9530872 or 561774. OLE color: 561774.

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

Color convert

RGB 110 146 8 -
CMYK 0.25 0 0.95 0.43
HSL 75.65º 0.9% 0.3% -
HSV(B) 75.65º 0.95% 0.57% -
XYZ 16.75 23.89 3.96 -
YUV 119.5 65.07 121.22 -
System Red Green Blue C M Y K H S L
Decimal 110 146 8 0.25 0 0.95 0.43 75.65 0.9 0.3
Hex 6E 92 8 19 0 5F 2B 4C 5A 1E
Octal 156 222 10 31 0 137 53 114 132 36
Binary 1101110 10010010 1000 11001 0 1011111 101011 1001100 1011010 11110

Color Harmonies of #6E9208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9208

Black with #6E9208

Text Example


Text Example

White with #6E9208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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