#71996C

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

Shades of Amulet #71996C

Tints of Amulet #71996C

Color information

#71996C (or 0x71996C) is unknown color: approx Amulet. HEX triplet: 71, 99 and 6C. RGB value is (113,153,108). Sum of RGB (Red+Green+Blue) = 113+153+108=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #71996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71996C is #8E6693. Grayscale: #888888. Windows color (decimal): -9332372 or 7117169. OLE color: 7117169.

HSL color Cylindrical-coordinate representation of color #71996C: hue angle of 113.33º 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 #71996C is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB113153108-
CMYK0.2600.290.4
HSL113.33º18.07%51.18%-
HSV(B)113.33º29.41%60%-
XYZ20.9127.3818.37-
YUV135.91112.25111.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.21%
GREEN value IS 153 (60.16% from 255) = 40.91%
BLUE value IS 108 (42.58% from 255) = 28.88%
R=30.21%
G=40.91%
B=28.88%

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
Decimal1131531080.2600.290.4113.3318.0751.18
Hex71996C1A01D28711233
Octal16123115432035501612263
Binary111000110011001110110011010011101101000111000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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