#73986F

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

Shades of Amulet #73986F

Tints of Amulet #73986F

Color information

#73986F (or 0x73986F) is unknown color: approx Amulet. HEX triplet: 73, 98 and 6F. RGB value is (115,152,111). Sum of RGB (Red+Green+Blue) = 115+152+111=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #73986F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73986F is #8C6790. Grayscale: #888888. Windows color (decimal): -9201553 or 7313523. OLE color: 7313523.

HSL color Cylindrical-coordinate representation of color #73986F: hue angle of 114.15º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73986F is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB115152111-
CMYK0.2400.270.40
HSL114.15º16.6%51.57%-
HSV(B)114.15º26.97%59.61%-
XYZ21.1727.2519.18-
YUV136.26113.74112.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.42%
GREEN value IS 152 (59.77% from 255) = 40.21%
BLUE value IS 111 (43.75% from 255) = 29.37%
R=30.42%
G=40.21%
B=29.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151521110.2400.270.40114.1516.651.57
Hex73986F1801B28721134
Octal16323015730033501622164
Binary111001110011000110111111000011011101000111001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73986F; }

 p { color: rgb(115,152,111); }

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

<style>
 a { background-color: #73986F; }

 a { background-color: rgb(115,152,111); }

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

<style>
 span { border-color: #73986F; }

 span { border-color: rgb(115,152,111); }

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