#709B62

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

Shades of Amulet #709B62

Tints of Amulet #709B62

Color information

#709B62 (or 0x709B62) is unknown color: approx Amulet. HEX triplet: 70, 9B and 62. RGB value is (112,155,98). Sum of RGB (Red+Green+Blue) = 112+155+98=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #709B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B62 is #8F649D. Grayscale: #878787. Windows color (decimal): -9397406 or 6462320. OLE color: 6462320.

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

Color convert

RGB11215598-
CMYK0.2800.370.39
HSL105.26º22.53%49.61%-
HSV(B)105.26º36.77%60.78%-
XYZ20.6127.7715.83-
YUV135.65106.75111.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 155 (60.94% from 255) = 42.47%
BLUE value IS 98 (38.67% from 255) = 26.85%
R=30.68%
G=42.47%
B=26.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112155980.2800.370.39105.2622.5349.61
Hex709B621C02527691732
Octal16023314234045471512762
Binary1110000100110111100010111000100101100111110100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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