#649111

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

Shades of Olive Drab #649111

Tints of Olive Drab #649111

Color information

#649111 (or 0x649111) is unknown color: approx Olive Drab. HEX triplet: 64, 91 and 11. RGB value is (100,145,17). Sum of RGB (Red+Green+Blue) = 100+145+17=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #649111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649111 is #9B6EEE. Grayscale: #757575. Windows color (decimal): -10186479 or 1151332. OLE color: 1151332.

HSL color Cylindrical-coordinate representation of color #649111: hue angle of 81.09º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #649111 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB10014517-
CMYK0.3100.880.43
HSL81.09º79.01%31.76%-
HSV(B)81.09º88.28%56.86%-
XYZ15.48234.15-
YUV116.9571.59115.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.17%
GREEN value IS 145 (57.03% from 255) = 55.34%
BLUE value IS 17 (7.03% from 255) = 6.49%
R=38.17%
G=55.34%
B=6.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100145170.3100.880.4381.0979.0131.76
Hex6491111F0582B514f20
Octal144221213701305312111740
Binary11001001001000110001111110101100010101110100011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649111; }

 p { color: rgb(100,145,17); }

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

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

 a { background-color: rgb(100,145,17); }

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

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

 span { border-color: rgb(100,145,17); }

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