#709E63

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

Shades of Amulet #709E63

Tints of Amulet #709E63

Color information

#709E63 (or 0x709E63) is unknown color: approx Amulet. HEX triplet: 70, 9E and 63. RGB value is (112,158,99). Sum of RGB (Red+Green+Blue) = 112+158+99=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 158 - color contains mainly: green. Hex color #709E63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709E63 is #8F619C. Grayscale: #898989. Windows color (decimal): -9396637 or 6528624. OLE color: 6528624.

HSL color Cylindrical-coordinate representation of color #709E63: hue angle of 106.78º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #709E63 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB11215899-
CMYK0.2900.370.38
HSL106.78º23.32%50.39%-
HSV(B)106.78º37.34%61.96%-
XYZ21.1628.816.25-
YUV137.52106.26109.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 158 (62.11% from 255) = 42.82%
BLUE value IS 99 (39.06% from 255) = 26.83%
R=30.35%
G=42.82%
B=26.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112158990.2900.370.38106.7823.3250.39
Hex709E631D025266b1732
Octal16023614335045461532762
Binary1110000100111101100011111010100101100110110101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709E63; }

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

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

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

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

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

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

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

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