#709863

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

Shades of Amulet #709863

Tints of Amulet #709863

Color information

#709863 (or 0x709863) is unknown color: approx Amulet. HEX triplet: 70, 98 and 63. RGB value is (112,152,99). Sum of RGB (Red+Green+Blue) = 112+152+99=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #709863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709863 is #8F679C. Grayscale: #868686. Windows color (decimal): -9398173 or 6527088. OLE color: 6527088.

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

Color convert

RGB11215299-
CMYK0.2600.350.40
HSL105.28º21.12%49.22%-
HSV(B)105.28º34.87%59.61%-
XYZ20.1626.815.92-
YUV134108.25112.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.85%
GREEN value IS 152 (59.77% from 255) = 41.87%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=30.85%
G=41.87%
B=27.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112152990.2600.350.40105.2821.1249.22
Hex7098631A02328691531
Octal16023014332043501512561
Binary1110000100110001100011110100100011101000110100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709863; }

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

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

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

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

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

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

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

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