#719B67

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

Shades of Amulet #719B67

Tints of Amulet #719B67

Color information

#719B67 (or 0x719B67) is unknown color: approx Amulet. HEX triplet: 71, 9B and 67. RGB value is (113,155,103). Sum of RGB (Red+Green+Blue) = 113+155+103=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #719B67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B67 is #8E6498. Grayscale: #888888. Windows color (decimal): -9331865 or 6790001. OLE color: 6790001.

HSL color Cylindrical-coordinate representation of color #719B67: hue angle of 108.46º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #719B67 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB113155103-
CMYK0.2700.340.39
HSL108.46º20.63%50.59%-
HSV(B)108.46º33.55%60.78%-
XYZ20.9827.9317.12-
YUV136.51109.09111.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 155 (60.94% from 255) = 41.78%
BLUE value IS 103 (40.62% from 255) = 27.76%
R=30.46%
G=41.78%
B=27.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131551030.2700.340.39108.4620.6350.59
Hex719B671B022276c1533
Octal16123314733042471542563
Binary1110001100110111100111110110100010100111110110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,155,103); }

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

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

 a { background-color: rgb(113,155,103); }

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

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

 span { border-color: rgb(113,155,103); }

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