#6D960B

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

Shades of Olive Drab #6D960B

Tints of Olive Drab #6D960B

Color information

#6D960B (or 0x6D960B) is unknown color: approx Olive Drab. HEX triplet: 6D, 96 and 0B. RGB value is (109,150,11). Sum of RGB (Red+Green+Blue) = 109+150+11=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #6D960B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D960B is #9269F4. Grayscale: #7A7A7A. Windows color (decimal): -9595381 or 759405. OLE color: 759405.

HSL color Cylindrical-coordinate representation of color #6D960B: hue angle of 77.7º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D960B is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB10915011-
CMYK0.2700.930.41
HSL77.7º86.34%31.57%-
HSV(B)77.7º92.67%58.82%-
XYZ17.2725.094.25-
YUV121.965.42118.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.37%
GREEN value IS 150 (58.98% from 255) = 55.56%
BLUE value IS 11 (4.69% from 255) = 4.07%
R=40.37%
G=55.56%
B=4.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal109150110.2700.930.4177.786.3431.57
Hex6D96B1B05D294e5620
Octal155226133301355111612640
Binary1101101100101101011110110101110110100110011101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D960B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,150,11); }

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

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

 a { background-color: rgb(109,150,11); }

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

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

 span { border-color: rgb(109,150,11); }

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