#709969

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

Shades of Amulet #709969

Tints of Amulet #709969

Color information

#709969 (or 0x709969) is unknown color: approx Amulet. HEX triplet: 70, 99 and 69. RGB value is (112,153,105). Sum of RGB (Red+Green+Blue) = 112+153+105=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #709969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709969 is #8F6696. Grayscale: #878787. Windows color (decimal): -9397911 or 6920560. OLE color: 6920560.

HSL color Cylindrical-coordinate representation of color #709969: hue angle of 111.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #709969 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB112153105-
CMYK0.2700.310.4
HSL111.25º19.05%50.59%-
HSV(B)111.25º31.37%60%-
XYZ20.6227.2517.54-
YUV135.27110.92111.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 153 (60.16% from 255) = 41.35%
BLUE value IS 105 (41.41% from 255) = 28.38%
R=30.27%
G=41.35%
B=28.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1121531050.2700.310.4111.2519.0550.59
Hex7099691B01F286f1333
Octal16023115133037501572363
Binary111000010011001110100111011011111101000110111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709969; }

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

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

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

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

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

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

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

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