#71956C

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

Shades of Amulet #71956C

Tints of Amulet #71956C

Color information

#71956C (or 0x71956C) is unknown color: approx Amulet. HEX triplet: 71, 95 and 6C. RGB value is (113,149,108). Sum of RGB (Red+Green+Blue) = 113+149+108=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 149 - color contains mainly: green. Hex color #71956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71956C is #8E6A93. Grayscale: #858585. Windows color (decimal): -9333396 or 7116145. OLE color: 7116145.

HSL color Cylindrical-coordinate representation of color #71956C: hue angle of 112.68º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71956C is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB113149108-
CMYK0.2400.280.42
HSL112.68º16.21%50.39%-
HSV(B)112.68º27.52%58.43%-
XYZ20.2626.0918.15-
YUV133.56113.57113.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.54%
GREEN value IS 149 (58.59% from 255) = 40.27%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=30.54%
G=40.27%
B=29.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131491080.2400.280.42112.6816.2150.39
Hex71956C1801C2A711032
Octal16122515430034521612062
Binary111000110010101110110011000011100101010111000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71956C; }

 p { color: rgb(113,149,108); }

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

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

 a { background-color: rgb(113,149,108); }

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

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

 span { border-color: rgb(113,149,108); }

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