#719E67

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

Shades of Amulet #719E67

Tints of Amulet #719E67

Color information

#719E67 (or 0x719E67) is unknown color: approx Amulet. HEX triplet: 71, 9E and 67. RGB value is (113,158,103). Sum of RGB (Red+Green+Blue) = 113+158+103=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #719E67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719E67 is #8E6198. Grayscale: #8A8A8A. Windows color (decimal): -9331097 or 6790769. OLE color: 6790769.

HSL color Cylindrical-coordinate representation of color #719E67: hue angle of 109.09º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #719E67 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB113158103-
CMYK0.2800.350.38
HSL109.09º22.09%51.18%-
HSV(B)109.09º34.81%61.96%-
XYZ21.4928.9417.29-
YUV138.27108.09109.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.21%
GREEN value IS 158 (62.11% from 255) = 42.25%
BLUE value IS 103 (40.62% from 255) = 27.54%
R=30.21%
G=42.25%
B=27.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131581030.2800.350.38109.0922.0951.18
Hex719E671C023266d1633
Octal16123614734043461552663
Binary1110001100111101100111111000100011100110110110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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