#71956B

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

Shades of Amulet #71956B

Tints of Amulet #71956B

Color information

#71956B (or 0x71956B) is unknown color: approx Amulet. HEX triplet: 71, 95 and 6B. RGB value is (113,149,107). Sum of RGB (Red+Green+Blue) = 113+149+107=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #71956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71956B is #8E6A94. Grayscale: #858585. Windows color (decimal): -9333397 or 7050609. OLE color: 7050609.

HSL color Cylindrical-coordinate representation of color #71956B: hue angle of 111.43º degrees, saturation: 0.17, 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 #71956B is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB113149107-
CMYK0.2400.280.42
HSL111.43º16.54%50.2%-
HSV(B)111.43º28.19%58.43%-
XYZ20.2126.0717.88-
YUV133.45113.07113.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 149 (58.59% from 255) = 40.38%
BLUE value IS 107 (42.19% from 255) = 29.00%
R=30.62%
G=40.38%
B=29.00%

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
Decimal1131491070.2400.280.42111.4316.5450.2
Hex71956B1801C2A6f1132
Octal16122515330034521572162
Binary111000110010101110101111000011100101010110111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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