#649707

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

Shades of Olive Drab #649707

Tints of Olive Drab #649707

Color information

#649707 (or 0x649707) is unknown color: approx Olive Drab. HEX triplet: 64, 97 and 07. RGB value is (100,151,7). Sum of RGB (Red+Green+Blue) = 100+151+7=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 151 (59.38% from 255 or 58.53% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 151 - color contains mainly: green. Hex color #649707 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649707 is #9B68F8. Grayscale: #777777. Windows color (decimal): -10184953 or 497508. OLE color: 497508.

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

Color convert

RGB1001517-
CMYK0.3400.950.41
HSL81.25º91.14%30.98%-
HSV(B)81.25º95.36%59.22%-
XYZ16.3624.864.14-
YUV119.3464.6114.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.76%
GREEN value IS 151 (59.38% from 255) = 58.53%
BLUE value IS 7 (3.12% from 255) = 2.71%
R=38.76%
G=58.53%
B=2.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10015170.3400.950.4181.2591.1430.98
Hex649772205F29515b1f
Octal14422774201375112113337
Binary110010010010111111100010010111111010011010001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649707; }

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

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

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

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

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

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

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

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