#709D69

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

Shades of Amulet #709D69

Tints of Amulet #709D69

Color information

#709D69 (or 0x709D69) is unknown color: approx Amulet. HEX triplet: 70, 9D and 69. RGB value is (112,157,105). Sum of RGB (Red+Green+Blue) = 112+157+105=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 157 - color contains mainly: green. Hex color #709D69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709D69 is #8F6296. Grayscale: #898989. Windows color (decimal): -9396887 or 6921584. OLE color: 6921584.

HSL color Cylindrical-coordinate representation of color #709D69: hue angle of 111.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #709D69 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB112157105-
CMYK0.2900.330.38
HSL111.92º20.97%51.37%-
HSV(B)111.92º33.12%61.57%-
XYZ21.2928.5817.76-
YUV137.62109.59109.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 157 (61.72% from 255) = 41.98%
BLUE value IS 105 (41.41% from 255) = 28.07%
R=29.95%
G=41.98%
B=28.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121571050.2900.330.38111.9220.9751.37
Hex709D691D02126701533
Octal16023515135041461602563
Binary1110000100111011101001111010100001100110111000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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