Html Css Color HEX #6E940E Olive Drab

📋 copy color: '#6E940E'

red 110 ◦ green 148 ◦ blue 14

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

Shades of Olive Drab #6E940E

Tints of Olive Drab #6E940E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.41%

 BLUE value IS 14 (5.86% from 255) = 5.15%

R = 40.44%
G = 54.41%
B = 5.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#6E940E (or 0x6E940E) is known color: Olive Drab. HEX triplet: 6E, 94 and 0E. RGB value is (110,148,14). Sum of RGB (Red+Green+Blue) = 110+148+14=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #6E940E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E940E is #916BF1. Grayscale: #797979. Windows color (decimal): -9530354 or 955502. OLE color: 955502.

HSL color Cylindrical-coordinate representation of color #6E940E: hue angle of 77.01º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E940E is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 148 14 -
CMYK 0.26 0 0.91 0.42
HSL 77.01º 0.83% 0.32% -
HSV(B) 77.01º 0.91% 0.58% -
XYZ 17.1 24.53 4.25 -
YUV 121.36 67.41 119.9 -
System Red Green Blue C M Y K H S L
Decimal 110 148 14 0.26 0 0.91 0.42 77.01 0.83 0.32
Hex 6E 94 E 1A 0 5B 2A 4D 53 20
Octal 156 224 16 32 0 133 52 115 123 40
Binary 1101110 10010100 1110 11010 0 1011011 101010 1001101 1010011 100000

Color Harmonies of #6E940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E940E

Black with #6E940E

Text Example


Text Example

White with #6E940E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,148,14); }

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

background-color css

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

 a { background-color: rgb(110,148,14); }

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

border-color css

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

 span { border-color: rgb(110,148,14); }

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