#709964

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

Shades of Amulet #709964

Tints of Amulet #709964

Color information

#709964 (or 0x709964) is unknown color: approx Amulet. HEX triplet: 70, 99 and 64. RGB value is (112,153,100). Sum of RGB (Red+Green+Blue) = 112+153+100=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #709964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709964 is #8F669B. Grayscale: #868686. Windows color (decimal): -9397916 or 6592880. OLE color: 6592880.

HSL color Cylindrical-coordinate representation of color #709964: hue angle of 106.42º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #709964 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB112153100-
CMYK0.2700.350.4
HSL106.42º20.95%49.61%-
HSV(B)106.42º34.64%60%-
XYZ20.3727.1516.22-
YUV134.7108.42111.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 153 (60.16% from 255) = 41.92%
BLUE value IS 100 (39.45% from 255) = 27.40%
R=30.68%
G=41.92%
B=27.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1121531000.2700.350.4106.4220.9549.61
Hex7099641B023286a1532
Octal16023114433043501522562
Binary1110000100110011100100110110100011101000110101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709964; }

 p { color: rgb(112,153,100); }

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

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

 a { background-color: rgb(112,153,100); }

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

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

 span { border-color: rgb(112,153,100); }

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