#6D980D

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

Shades of Olive Drab #6D980D

Tints of Olive Drab #6D980D

Color information

#6D980D (or 0x6D980D) is unknown color: approx Olive Drab. HEX triplet: 6D, 98 and 0D. RGB value is (109,152,13). Sum of RGB (Red+Green+Blue) = 109+152+13=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #6D980D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D980D is #9267F2. Grayscale: #7B7B7B. Windows color (decimal): -9594867 or 890989. OLE color: 890989.

HSL color Cylindrical-coordinate representation of color #6D980D: hue angle of 78.56º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D980D is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB10915213-
CMYK0.2800.910.40
HSL78.56º84.24%32.35%-
HSV(B)78.56º91.45%59.61%-
XYZ17.6125.744.42-
YUV123.365.75117.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.78%
GREEN value IS 152 (59.77% from 255) = 55.47%
BLUE value IS 13 (5.47% from 255) = 4.74%
R=39.78%
G=55.47%
B=4.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal109152130.2800.910.4078.5684.2432.35
Hex6D98D1C05B284f5420
Octal155230153401335011712440
Binary1101101100110001101111000101101110100010011111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D980D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,152,13); }

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

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

 a { background-color: rgb(109,152,13); }

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

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

 span { border-color: rgb(109,152,13); }

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