#649007

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

Shades of Olive Drab #649007

Tints of Olive Drab #649007

Color information

#649007 (or 0x649007) is unknown color: approx Olive Drab. HEX triplet: 64, 90 and 07. RGB value is (100,144,7). Sum of RGB (Red+Green+Blue) = 100+144+7=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 144 (56.64% from 255 or 57.37% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 144 - color contains mainly: green. Hex color #649007 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649007 is #9B6FF8. Grayscale: #737373. Windows color (decimal): -10186745 or 495716. OLE color: 495716.

HSL color Cylindrical-coordinate representation of color #649007: hue angle of 79.27º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #649007 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB1001447-
CMYK0.3100.950.44
HSL79.27º90.73%29.61%-
HSV(B)79.27º95.14%56.47%-
XYZ15.2722.673.77-
YUV115.2366.92117.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.84%
GREEN value IS 144 (56.64% from 255) = 57.37%
BLUE value IS 7 (3.12% from 255) = 2.79%
R=39.84%
G=57.37%
B=2.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10014470.3100.950.4479.2790.7329.61
Hex649071F05F2C4f5b1e
Octal14422073701375411713336
Binary11001001001000011111111010111111011001001111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649007; }

 p { color: rgb(100,144,7); }

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

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

 a { background-color: rgb(100,144,7); }

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

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

 span { border-color: rgb(100,144,7); }

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