#709766

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

Shades of Amulet #709766

Tints of Amulet #709766

Color information

#709766 (or 0x709766) is unknown color: approx Amulet. HEX triplet: 70, 97 and 66. RGB value is (112,151,102). Sum of RGB (Red+Green+Blue) = 112+151+102=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #709766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709766 is #8F6899. Grayscale: #858585. Windows color (decimal): -9398426 or 6723440. OLE color: 6723440.

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

Color convert

RGB112151102-
CMYK0.2600.320.41
HSL107.76º19.37%49.61%-
HSV(B)107.76º32.45%59.22%-
XYZ20.1526.5416.63-
YUV133.75110.08112.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 151 (59.38% from 255) = 41.37%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=30.68%
G=41.37%
B=27.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121511020.2600.320.41107.7619.3749.61
Hex7097661A020296c1332
Octal16022714632040511542362
Binary1110000100101111100110110100100000101001110110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709766; }

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

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

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

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

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

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

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

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