#6A950A

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

Shades of Olive Drab #6A950A

Tints of Olive Drab #6A950A

Color information

#6A950A (or 0x6A950A) is unknown color: approx Olive Drab. HEX triplet: 6A, 95 and 0A. RGB value is (106,149,10). Sum of RGB (Red+Green+Blue) = 106+149+10=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #6A950A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A950A is #956AF5. Grayscale: #787878. Windows color (decimal): -9792246 or 693610. OLE color: 693610.

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

Color convert

RGB10614910-
CMYK0.2900.930.42
HSL78.56º87.42%31.18%-
HSV(B)78.56º93.29%58.43%-
XYZ16.7524.584.15-
YUV120.365.75117.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40%
GREEN value IS 149 (58.59% from 255) = 56.23%
BLUE value IS 10 (4.30% from 255) = 3.77%
R=40%
G=56.23%
B=3.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106149100.2900.930.4278.5687.4231.18
Hex6A95A1D05D2A4f571f
Octal152225123501355211712737
Binary110101010010101101011101010111011010101001111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A950A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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