#71976A

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

Shades of Amulet #71976A

Tints of Amulet #71976A

Color information

#71976A (or 0x71976A) is unknown color: approx Amulet. HEX triplet: 71, 97 and 6A. RGB value is (113,151,106). Sum of RGB (Red+Green+Blue) = 113+151+106=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #71976A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71976A is #8E6895. Grayscale: #868686. Windows color (decimal): -9332886 or 6985585. OLE color: 6985585.

HSL color Cylindrical-coordinate representation of color #71976A: hue angle of 110.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71976A is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB113151106-
CMYK0.2500.300.41
HSL110.67º17.79%50.39%-
HSV(B)110.67º29.8%59.22%-
XYZ20.4826.6817.71-
YUV134.51111.91112.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.54%
GREEN value IS 151 (59.38% from 255) = 40.81%
BLUE value IS 106 (41.80% from 255) = 28.65%
R=30.54%
G=40.81%
B=28.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131511060.2500.300.41110.6717.7950.39
Hex71976A1901E296f1232
Octal16122715231036511572262
Binary111000110010111110101011001011110101001110111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71976A; }

 p { color: rgb(113,151,106); }

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

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

 a { background-color: rgb(113,151,106); }

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

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

 span { border-color: rgb(113,151,106); }

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