#6C960B

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

Shades of Olive Drab #6C960B

Tints of Olive Drab #6C960B

Color information

#6C960B (or 0x6C960B) is unknown color: approx Olive Drab. HEX triplet: 6C, 96 and 0B. RGB value is (108,150,11). Sum of RGB (Red+Green+Blue) = 108+150+11=269 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.15% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #6C960B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C960B is #9369F4. Grayscale: #7A7A7A. Windows color (decimal): -9660917 or 759404. OLE color: 759404.

HSL color Cylindrical-coordinate representation of color #6C960B: hue angle of 78.13º 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 #6C960B is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB10815011-
CMYK0.2800.930.41
HSL78.13º86.34%31.57%-
HSV(B)78.13º92.67%58.82%-
XYZ17.1525.034.24-
YUV121.665.59118.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.15%
GREEN value IS 150 (58.98% from 255) = 55.76%
BLUE value IS 11 (4.69% from 255) = 4.09%
R=40.15%
G=55.76%
B=4.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal108150110.2800.930.4178.1386.3431.57
Hex6C96B1C05D294e5620
Octal154226133401355111612640
Binary1101100100101101011111000101110110100110011101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C960B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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