#649508

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

Shades of Olive Drab #649508

Tints of Olive Drab #649508

Color information

#649508 (or 0x649508) is unknown color: approx Olive Drab. HEX triplet: 64, 95 and 08. RGB value is (100,149,8). Sum of RGB (Red+Green+Blue) = 100+149+8=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #649508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649508 is #9B6AF7. Grayscale: #767676. Windows color (decimal): -10185464 or 562532. OLE color: 562532.

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

Color convert

RGB1001498-
CMYK0.3300.950.42
HSL80.85º89.81%30.78%-
HSV(B)80.85º94.63%58.43%-
XYZ16.0524.224.06-
YUV118.2865.77114.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.91%
GREEN value IS 149 (58.59% from 255) = 57.98%
BLUE value IS 8 (3.52% from 255) = 3.11%
R=38.91%
G=57.98%
B=3.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10014980.3300.950.4280.8589.8130.78
Hex649582105F2A515a1f
Octal144225104101375212113237
Binary1100100100101011000100001010111111010101010001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649508; }

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

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

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

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

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

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

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

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