#649100

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

Shades of Olive Drab #649100

Tints of Olive Drab #649100

Color information

#649100 (or 0x649100) is unknown color: approx Olive Drab. HEX triplet: 64, 91 and 00. RGB value is (100,145,0). Sum of RGB (Red+Green+Blue) = 100+145+0=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #649100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649100 is #9B6EFF. Grayscale: #737373. Windows color (decimal): -10186496 or 37220. OLE color: 37220.

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

Color convert

RGB1001450-
CMYK0.31010.43
HSL78.62º100%28.43%-
HSV(B)78.62º100%56.86%-
XYZ15.3822.963.62-
YUV115.0163.09117.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.82%
GREEN value IS 145 (57.03% from 255) = 59.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.82%
G=59.18%
B=0%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10014500.31010.4378.6210028.43
Hex649101F0642B4f641c
Octal14422103701445311714434
Binary110010010010001011111011001001010111001111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649100; }

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

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

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

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

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

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

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

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