#73996B

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

Shades of Amulet #73996B

Tints of Amulet #73996B

Color information

#73996B (or 0x73996B) is unknown color: approx Amulet. HEX triplet: 73, 99 and 6B. RGB value is (115,153,107). Sum of RGB (Red+Green+Blue) = 115+153+107=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #73996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73996B is #8C6694. Grayscale: #888888. Windows color (decimal): -9201301 or 7051635. OLE color: 7051635.

HSL color Cylindrical-coordinate representation of color #73996B: hue angle of 109.57º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73996B is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB115153107-
CMYK0.2500.300.4
HSL109.57º18.4%50.98%-
HSV(B)109.57º30.07%60%-
XYZ21.1227.4918.1-
YUV136.39111.41112.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.67%
GREEN value IS 153 (60.16% from 255) = 40.8%
BLUE value IS 107 (42.19% from 255) = 28.53%
R=30.67%
G=40.8%
B=28.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1151531070.2500.300.4109.5718.450.98
Hex73996B1901E286e1233
Octal16323115331036501562263
Binary111001110011001110101111001011110101000110111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,153,107); }

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

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

 a { background-color: rgb(115,153,107); }

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

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

 span { border-color: rgb(115,153,107); }

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