#71996D

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

Shades of Amulet #71996D

Tints of Amulet #71996D

Color information

#71996D (or 0x71996D) is unknown color: approx Amulet. HEX triplet: 71, 99 and 6D. RGB value is (113,153,109). Sum of RGB (Red+Green+Blue) = 113+153+109=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #71996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71996D is #8E6692. Grayscale: #888888. Windows color (decimal): -9332371 or 7182705. OLE color: 7182705.

HSL color Cylindrical-coordinate representation of color #71996D: hue angle of 114.55º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71996D is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB113153109-
CMYK0.2600.290.4
HSL114.55º17.74%51.37%-
HSV(B)114.55º28.76%60%-
XYZ20.9627.418.65-
YUV136.02112.75111.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.13%
GREEN value IS 153 (60.16% from 255) = 40.8%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=30.13%
G=40.8%
B=29.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131531090.2600.290.4114.5517.7451.37
Hex71996D1A01D28731233
Octal16123115532035501632263
Binary111000110011001110110111010011101101000111001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71996D; }

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

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

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

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

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

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

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

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