#719967

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

Shades of Amulet #719967

Tints of Amulet #719967

Color information

#719967 (or 0x719967) is unknown color: approx Amulet. HEX triplet: 71, 99 and 67. RGB value is (113,153,103). Sum of RGB (Red+Green+Blue) = 113+153+103=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #719967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719967 is #8E6698. Grayscale: #878787. Windows color (decimal): -9332377 or 6789489. OLE color: 6789489.

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

Color convert

RGB113153103-
CMYK0.2600.330.4
HSL108º19.69%50.2%-
HSV(B)108º32.68%60%-
XYZ20.6527.2717.01-
YUV135.34109.75112.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 153 (60.16% from 255) = 41.46%
BLUE value IS 103 (40.62% from 255) = 27.91%
R=30.62%
G=41.46%
B=27.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131531030.2600.330.410819.6950.2
Hex7199671A021286c1432
Octal16123114732041501542462
Binary1110001100110011100111110100100001101000110110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719967; }

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

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

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

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

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

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

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

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