#6C980B

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

Shades of Olive Drab #6C980B

Tints of Olive Drab #6C980B

Color information

#6C980B (or 0x6C980B) is unknown color: approx Olive Drab. HEX triplet: 6C, 98 and 0B. RGB value is (108,152,11). Sum of RGB (Red+Green+Blue) = 108+152+11=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #6C980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C980B is #9367F4. Grayscale: #7B7B7B. Windows color (decimal): -9660405 or 759916. OLE color: 759916.

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

Color convert

RGB10815211-
CMYK0.2900.930.40
HSL78.72º86.5%31.96%-
HSV(B)78.72º92.76%59.61%-
XYZ17.4725.674.35-
YUV122.7764.92117.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.85%
GREEN value IS 152 (59.77% from 255) = 56.09%
BLUE value IS 11 (4.69% from 255) = 4.06%
R=39.85%
G=56.09%
B=4.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal108152110.2900.930.4078.7286.531.96
Hex6C98B1D05D284f5720
Octal154230133501355011712740
Binary1101100100110001011111010101110110100010011111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,152,11); }

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

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

 a { background-color: rgb(108,152,11); }

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

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

 span { border-color: rgb(108,152,11); }

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