Html Css Color HEX #6E930F Olive Drab

📋 copy color: '#6E930F'

red 110 ◦ green 147 ◦ blue 15

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

Shades of Olive Drab #6E930F

Tints of Olive Drab #6E930F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.04%

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 40.44%
G = 54.04%
B = 5.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#6E930F (or 0x6E930F) is known color: Olive Drab. HEX triplet: 6E, 93 and 0F. RGB value is (110,147,15). Sum of RGB (Red+Green+Blue) = 110+147+15=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #6E930F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E930F is #916CF0. Grayscale: #797979. Windows color (decimal): -9530609 or 1020782. OLE color: 1020782.

HSL color Cylindrical-coordinate representation of color #6E930F: hue angle of 76.82º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E930F is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 147 15 -
CMYK 0.25 0 0.90 0.42
HSL 76.82º 0.81% 0.32% -
HSV(B) 76.82º 0.9% 0.58% -
XYZ 16.95 24.22 4.23 -
YUV 120.89 68.24 120.23 -
System Red Green Blue C M Y K H S L
Decimal 110 147 15 0.25 0 0.90 0.42 76.82 0.81 0.32
Hex 6E 93 F 19 0 5A 2A 4D 51 20
Octal 156 223 17 31 0 132 52 115 121 40
Binary 1101110 10010011 1111 11001 0 1011010 101010 1001101 1010001 100000

Color Harmonies of #6E930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E930F

Black with #6E930F

Text Example


Text Example

White with #6E930F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,147,15); }

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

background-color css

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

 a { background-color: rgb(110,147,15); }

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

border-color css

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

 span { border-color: rgb(110,147,15); }

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