#73996D

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

Shades of Amulet #73996D

Tints of Amulet #73996D

Color information

#73996D (or 0x73996D) is unknown color: approx Amulet. HEX triplet: 73, 99 and 6D. RGB value is (115,153,109). Sum of RGB (Red+Green+Blue) = 115+153+109=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #73996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73996D is #8C6692. Grayscale: #888888. Windows color (decimal): -9201299 or 7182707. OLE color: 7182707.

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

Color convert

RGB115153109-
CMYK0.2500.290.4
HSL111.82º17.74%51.37%-
HSV(B)111.82º28.76%60%-
XYZ21.2227.5318.66-
YUV136.62112.41112.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.50%
GREEN value IS 153 (60.16% from 255) = 40.58%
BLUE value IS 109 (42.97% from 255) = 28.91%
R=30.50%
G=40.58%
B=28.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1151531090.2500.290.4111.8217.7451.37
Hex73996D1901D28701233
Octal16323115531035501602263
Binary111001110011001110110111001011101101000111000010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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