#649505

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

Shades of Olive Drab #649505

Tints of Olive Drab #649505

Color information

#649505 (or 0x649505) is unknown color: approx Olive Drab. HEX triplet: 64, 95 and 05. RGB value is (100,149,5). Sum of RGB (Red+Green+Blue) = 100+149+5=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #649505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649505 is #9B6AFA. Grayscale: #767676. Windows color (decimal): -10185467 or 365924. OLE color: 365924.

HSL color Cylindrical-coordinate representation of color #649505: hue angle of 80.42º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #649505 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1001495-
CMYK0.3300.970.42
HSL80.42º93.51%30.2%-
HSV(B)80.42º96.64%58.43%-
XYZ16.0324.223.97-
YUV117.9364.27115.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.37%
GREEN value IS 149 (58.59% from 255) = 58.66%
BLUE value IS 5 (2.34% from 255) = 1.97%
R=39.37%
G=58.66%
B=1.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10014950.3300.970.4280.4293.5130.2
Hex64955210612A505e1e
Octal14422554101415212013636
Binary110010010010101101100001011000011010101010000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649505; }

 p { color: rgb(100,149,5); }

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

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

 a { background-color: rgb(100,149,5); }

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

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

 span { border-color: rgb(100,149,5); }

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