#719969

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

Shades of Amulet #719969

Tints of Amulet #719969

Color information

#719969 (or 0x719969) is unknown color: approx Amulet. HEX triplet: 71, 99 and 69. RGB value is (113,153,105). Sum of RGB (Red+Green+Blue) = 113+153+105=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #719969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719969 is #8E6696. Grayscale: #878787. Windows color (decimal): -9332375 or 6920561. OLE color: 6920561.

HSL color Cylindrical-coordinate representation of color #719969: hue angle of 110º 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 #719969 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB113153105-
CMYK0.2600.310.4
HSL110º19.05%50.59%-
HSV(B)110º31.37%60%-
XYZ20.7527.3117.54-
YUV135.57110.75111.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=30.46%
G=41.24%
B=28.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131531050.2600.310.411019.0550.59
Hex7199691A01F286e1333
Octal16123115132037501562363
Binary111000110011001110100111010011111101000110111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719969; }

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

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

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

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

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

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

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

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