#709865

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

Shades of Amulet #709865

Tints of Amulet #709865

Color information

#709865 (or 0x709865) is unknown color: approx Amulet. HEX triplet: 70, 98 and 65. RGB value is (112,152,101). Sum of RGB (Red+Green+Blue) = 112+152+101=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #709865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709865 is #8F679A. Grayscale: #868686. Windows color (decimal): -9398171 or 6658160. OLE color: 6658160.

HSL color Cylindrical-coordinate representation of color #709865: hue angle of 107.06º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #709865 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB112152101-
CMYK0.2600.340.40
HSL107.06º20.16%49.61%-
HSV(B)107.06º33.55%59.61%-
XYZ20.2626.8416.42-
YUV134.23109.25112.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 152 (59.77% from 255) = 41.64%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=30.68%
G=41.64%
B=27.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1121521010.2600.340.40107.0620.1649.61
Hex7098651A022286b1432
Octal16023014532042501532462
Binary1110000100110001100101110100100010101000110101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709865; }

 p { color: rgb(112,152,101); }

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

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

 a { background-color: rgb(112,152,101); }

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

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

 span { border-color: rgb(112,152,101); }

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