#709668

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

Shades of Amulet #709668

Tints of Amulet #709668

Color information

#709668 (or 0x709668) is unknown color: approx Amulet. HEX triplet: 70, 96 and 68. RGB value is (112,150,104). Sum of RGB (Red+Green+Blue) = 112+150+104=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #709668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709668 is #8F6997. Grayscale: #858585. Windows color (decimal): -9398680 or 6854256. OLE color: 6854256.

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

Color convert

RGB112150104-
CMYK0.2500.310.41
HSL109.57º18.11%49.8%-
HSV(B)109.57º30.67%58.82%-
XYZ20.0926.2617.11-
YUV133.39111.41112.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 150 (58.98% from 255) = 40.98%
BLUE value IS 104 (41.02% from 255) = 28.42%
R=30.60%
G=40.98%
B=28.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121501040.2500.310.41109.5718.1149.8
Hex7096681901F296e1232
Octal16022615031037511562262
Binary111000010010110110100011001011111101001110111010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709668; }

 p { color: rgb(112,150,104); }

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

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

 a { background-color: rgb(112,150,104); }

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

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

 span { border-color: rgb(112,150,104); }

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