#719D69

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

Shades of Amulet #719D69

Tints of Amulet #719D69

Color information

#719D69 (or 0x719D69) is unknown color: approx Amulet. HEX triplet: 71, 9D and 69. RGB value is (113,157,105). Sum of RGB (Red+Green+Blue) = 113+157+105=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 157 - color contains mainly: green. Hex color #719D69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719D69 is #8E6296. Grayscale: #8A8A8A. Windows color (decimal): -9331351 or 6921585. OLE color: 6921585.

HSL color Cylindrical-coordinate representation of color #719D69: hue angle of 110.77º 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 #719D69 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB113157105-
CMYK0.2800.330.38
HSL110.77º20.97%51.37%-
HSV(B)110.77º33.12%61.57%-
XYZ21.4228.6417.76-
YUV137.92109.42110.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.13%
GREEN value IS 157 (61.72% from 255) = 41.87%
BLUE value IS 105 (41.41% from 255) = 28%
R=30.13%
G=41.87%
B=28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131571050.2800.330.38110.7720.9751.37
Hex719D691C021266f1533
Octal16123515134041461572563
Binary1110001100111011101001111000100001100110110111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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