#709B69

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

Shades of Amulet #709B69

Tints of Amulet #709B69

Color information

#709B69 (or 0x709B69) is unknown color: approx Amulet. HEX triplet: 70, 9B and 69. RGB value is (112,155,105). Sum of RGB (Red+Green+Blue) = 112+155+105=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #709B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B69 is #8F6496. Grayscale: #888888. Windows color (decimal): -9397399 or 6921072. OLE color: 6921072.

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

Color convert

RGB112155105-
CMYK0.2800.320.39
HSL111.6º20%50.98%-
HSV(B)111.6º32.26%60.78%-
XYZ20.9527.9117.65-
YUV136.44110.25110.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.11%
GREEN value IS 155 (60.94% from 255) = 41.67%
BLUE value IS 105 (41.41% from 255) = 28.23%
R=30.11%
G=41.67%
B=28.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121551050.2800.320.39111.62050.98
Hex709B691C02027701433
Octal16023315134040471602463
Binary1110000100110111101001111000100000100111111000010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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