#6A9506

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

Shades of Olive Drab #6A9506

Tints of Olive Drab #6A9506

Color information

#6A9506 (or 0x6A9506) is unknown color: approx Olive Drab. HEX triplet: 6A, 95 and 06. RGB value is (106,149,6). Sum of RGB (Red+Green+Blue) = 106+149+6=261 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.61% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #6A9506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9506 is #956AF9. Grayscale: #787878. Windows color (decimal): -9792250 or 431466. OLE color: 431466.

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

Color convert

RGB1061496-
CMYK0.2900.960.42
HSL78.04º92.26%30.39%-
HSV(B)78.04º95.97%58.43%-
XYZ16.7224.574.03-
YUV119.8463.75118.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.61%
GREEN value IS 149 (58.59% from 255) = 57.09%
BLUE value IS 6 (2.73% from 255) = 2.30%
R=40.61%
G=57.09%
B=2.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10614960.2900.960.4278.0492.2630.39
Hex6A9561D0602A4e5c1e
Octal15222563501405211613436
Binary11010101001010111011101011000001010101001110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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