#6E980F

Color #6E980F Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #6E980F

Tints of Olive Drab #6E980F

Color information

#6E980F (or 0x6E980F) is unknown color: approx Olive Drab. HEX triplet: 6E, 98 and 0F. RGB value is (110,152,15). Sum of RGB (Red+Green+Blue) = 110+152+15=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 152 (59.77% from 255 or 54.87% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 152 - color contains mainly: green. Hex color #6E980F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E980F is #9167F0. Grayscale: #7C7C7C. Windows color (decimal): -9529329 or 1022062. OLE color: 1022062.

HSL color Cylindrical-coordinate representation of color #6E980F: hue angle of 78.39º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E980F is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB11015215-
CMYK0.2800.900.40
HSL78.39º82.04%32.75%-
HSV(B)78.39º90.13%59.61%-
XYZ17.7425.814.5-
YUV123.8266.59118.14-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.71%
GREEN value IS 152 (59.77% from 255) = 54.87%
BLUE value IS 15 (6.25% from 255) = 5.42%
R=39.71%
G=54.87%
B=5.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal110152150.2800.900.4078.3982.0432.75
Hex6E98F1C05A284e5221
Octal156230173401325011612241
Binary1101110100110001111111000101101010100010011101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E980F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E980F;
 }
 .AnyTagClassName
 {
   color: #6E980F;
 }
</style>
background-color css

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

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

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

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

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

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