#6A9520

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

Shades of Olive Drab #6A9520

Tints of Olive Drab #6A9520

Color information

#6A9520 (or 0x6A9520) is unknown color: approx Olive Drab. HEX triplet: 6A, 95 and 20. RGB value is (106,149,32). Sum of RGB (Red+Green+Blue) = 106+149+32=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #6A9520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9520 is #956ADF. Grayscale: #7B7B7B. Windows color (decimal): -9792224 or 2135402. OLE color: 2135402.

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

Color convert

RGB10614932-
CMYK0.2900.790.42
HSL82.05º64.64%35.49%-
HSV(B)82.05º78.52%58.43%-
XYZ16.9524.665.23-
YUV122.876.75116.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 149 (58.59% from 255) = 51.92%
BLUE value IS 32 (12.89% from 255) = 11.15%
R=36.93%
G=51.92%
B=11.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106149320.2900.790.4282.0564.6435.49
Hex6A95201D04F2A524123
Octal152225403501175212210143
Binary110101010010101100000111010100111110101010100101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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