#6A960A

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

Shades of Olive Drab #6A960A

Tints of Olive Drab #6A960A

Color information

#6A960A (or 0x6A960A) is unknown color: approx Olive Drab. HEX triplet: 6A, 96 and 0A. RGB value is (106,150,10). Sum of RGB (Red+Green+Blue) = 106+150+10=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 150 (58.98% from 255 or 56.39% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 150 - color contains mainly: green. Hex color #6A960A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A960A is #9569F5. Grayscale: #797979. Windows color (decimal): -9791990 or 693866. OLE color: 693866.

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

Color convert

RGB10615010-
CMYK0.2900.930.41
HSL78.86º87.5%31.37%-
HSV(B)78.86º93.33%58.82%-
XYZ16.924.94.2-
YUV120.8865.42117.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.85%
GREEN value IS 150 (58.98% from 255) = 56.39%
BLUE value IS 10 (4.30% from 255) = 3.76%
R=39.85%
G=56.39%
B=3.76%

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
Decimal106150100.2900.930.4178.8687.531.37
Hex6A96A1D05D294f581f
Octal152226123501355111713037
Binary110101010010110101011101010111011010011001111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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