#73996A

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

Shades of Amulet #73996A

Tints of Amulet #73996A

Color information

#73996A (or 0x73996A) is unknown color: approx Amulet. HEX triplet: 73, 99 and 6A. RGB value is (115,153,106). Sum of RGB (Red+Green+Blue) = 115+153+106=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #73996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73996A is #8C6695. Grayscale: #888888. Windows color (decimal): -9201302 or 6986099. OLE color: 6986099.

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

Color convert

RGB115153106-
CMYK0.2500.310.4
HSL108.51º18.73%50.78%-
HSV(B)108.51º30.72%60%-
XYZ21.0627.4717.83-
YUV136.28110.91112.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 153 (60.16% from 255) = 40.91%
BLUE value IS 106 (41.80% from 255) = 28.34%
R=30.75%
G=40.91%
B=28.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1151531060.2500.310.4108.5118.7350.78
Hex73996A1901F286d1333
Octal16323115231037501552363
Binary111001110011001110101011001011111101000110110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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