#649120

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

Shades of Olive Drab #649120

Tints of Olive Drab #649120

Color information

#649120 (or 0x649120) is unknown color: approx Olive Drab. HEX triplet: 64, 91 and 20. RGB value is (100,145,32). Sum of RGB (Red+Green+Blue) = 100+145+32=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #649120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649120 is #9B6EDF. Grayscale: #777777. Windows color (decimal): -10186464 or 2134372. OLE color: 2134372.

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

Color convert

RGB10014532-
CMYK0.3100.780.43
HSL83.89º63.84%34.71%-
HSV(B)83.89º77.93%56.86%-
XYZ15.6423.064.99-
YUV118.6679.09114.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 145 (57.03% from 255) = 52.35%
BLUE value IS 32 (12.89% from 255) = 11.55%
R=36.10%
G=52.35%
B=11.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100145320.3100.780.4383.8963.8434.71
Hex6491201F04E2B544023
Octal144221403701165312410043
Binary110010010010001100000111110100111010101110101001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649120; }

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

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

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

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

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

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

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

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