#709869

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

Shades of Amulet #709869

Tints of Amulet #709869

Color information

#709869 (or 0x709869) is unknown color: approx Amulet. HEX triplet: 70, 98 and 69. RGB value is (112,152,105). Sum of RGB (Red+Green+Blue) = 112+152+105=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #709869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709869 is #8F6796. Grayscale: #868686. Windows color (decimal): -9398167 or 6920304. OLE color: 6920304.

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

Color convert

RGB112152105-
CMYK0.2600.310.40
HSL111.06º18.58%50.39%-
HSV(B)111.06º30.92%59.61%-
XYZ20.4626.9217.48-
YUV134.68111.25111.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 152 (59.77% from 255) = 41.19%
BLUE value IS 105 (41.41% from 255) = 28.46%
R=30.35%
G=41.19%
B=28.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1121521050.2600.310.40111.0618.5850.39
Hex7098691A01F286f1332
Octal16023015132037501572362
Binary111000010011000110100111010011111101000110111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709869; }

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

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

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

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

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

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

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

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