#709B66

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

Shades of Amulet #709B66

Tints of Amulet #709B66

Color information

#709B66 (or 0x709B66) is unknown color: approx Amulet. HEX triplet: 70, 9B and 66. RGB value is (112,155,102). Sum of RGB (Red+Green+Blue) = 112+155+102=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 155 - color contains mainly: green. Hex color #709B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B66 is #8F6499. Grayscale: #888888. Windows color (decimal): -9397402 or 6724464. OLE color: 6724464.

HSL color Cylindrical-coordinate representation of color #709B66: hue angle of 108.68º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #709B66 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB112155102-
CMYK0.2800.340.39
HSL108.68º20.95%50.39%-
HSV(B)108.68º34.19%60.78%-
XYZ20.827.8516.85-
YUV136.1108.75110.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 155 (60.94% from 255) = 42.01%
BLUE value IS 102 (40.23% from 255) = 27.64%
R=30.35%
G=42.01%
B=27.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121551020.2800.340.39108.6820.9550.39
Hex709B661C022276d1532
Octal16023314634042471552562
Binary1110000100110111100110111000100010100111110110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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