#6A960B

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

Shades of Olive Drab #6A960B

Tints of Olive Drab #6A960B

Color information

#6A960B (or 0x6A960B) is unknown color: approx Olive Drab. HEX triplet: 6A, 96 and 0B. RGB value is (106,150,11). Sum of RGB (Red+Green+Blue) = 106+150+11=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 150 (58.98% from 255 or 56.18% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 150 - color contains mainly: green. Hex color #6A960B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A960B is #9569F4. Grayscale: #797979. Windows color (decimal): -9791989 or 759402. OLE color: 759402.

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

Color convert

RGB10615011-
CMYK0.2900.930.41
HSL78.99º86.34%31.57%-
HSV(B)78.99º92.67%58.82%-
XYZ16.9124.94.23-
YUV12165.92117.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.70%
GREEN value IS 150 (58.98% from 255) = 56.18%
BLUE value IS 11 (4.69% from 255) = 4.12%
R=39.70%
G=56.18%
B=4.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal106150110.2900.930.4178.9986.3431.57
Hex6A96B1D05D294f5620
Octal152226133501355111712640
Binary1101010100101101011111010101110110100110011111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A960B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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