Html Css Color HEX #6E940C Olive Drab

📋 copy color: '#6E940C'

red 110 ◦ green 148 ◦ blue 12

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

Shades of Olive Drab #6E940C

Tints of Olive Drab #6E940C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.44%

R = 40.74%
G = 54.81%
B = 4.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#6E940C (or 0x6E940C) is known color: Olive Drab. HEX triplet: 6E, 94 and 0C. RGB value is (110,148,12). Sum of RGB (Red+Green+Blue) = 110+148+12=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #6E940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E940C is #916BF3. Grayscale: #797979. Windows color (decimal): -9530356 or 824430. OLE color: 824430.

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

Color convert

RGB 110 148 12 -
CMYK 0.26 0 0.92 0.42
HSL 76.76º 0.85% 0.31% -
HSV(B) 76.76º 0.92% 0.58% -
XYZ 17.09 24.52 4.18 -
YUV 121.13 66.41 120.06 -
System Red Green Blue C M Y K H S L
Decimal 110 148 12 0.26 0 0.92 0.42 76.76 0.85 0.31
Hex 6E 94 C 1A 0 5C 2A 4D 55 1F
Octal 156 224 14 32 0 134 52 115 125 37
Binary 1101110 10010100 1100 11010 0 1011100 101010 1001101 1010101 11111

Color Harmonies of #6E940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E940C

Black with #6E940C

Text Example


Text Example

White with #6E940C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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