#709768

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

Shades of Amulet #709768

Tints of Amulet #709768

Color information

#709768 (or 0x709768) is unknown color: approx Amulet. HEX triplet: 70, 97 and 68. RGB value is (112,151,104). Sum of RGB (Red+Green+Blue) = 112+151+104=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #709768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709768 is #8F6897. Grayscale: #868686. Windows color (decimal): -9398424 or 6854512. OLE color: 6854512.

HSL color Cylindrical-coordinate representation of color #709768: hue angle of 109.79º 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 #709768 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB112151104-
CMYK0.2600.310.41
HSL109.79º18.43%50%-
HSV(B)109.79º31.13%59.22%-
XYZ20.2526.5817.16-
YUV133.98111.08112.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 151 (59.38% from 255) = 41.14%
BLUE value IS 104 (41.02% from 255) = 28.34%
R=30.52%
G=41.14%
B=28.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121511040.2600.310.41109.7918.4350
Hex7097681A01F296e1232
Octal16022715032037511562262
Binary111000010010111110100011010011111101001110111010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709768; }

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

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

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

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

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

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

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

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