#73986B

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

Shades of Amulet #73986B

Tints of Amulet #73986B

Color information

#73986B (or 0x73986B) is unknown color: approx Amulet. HEX triplet: 73, 98 and 6B. RGB value is (115,152,107). Sum of RGB (Red+Green+Blue) = 115+152+107=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #73986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73986B is #8C6794. Grayscale: #878787. Windows color (decimal): -9201557 or 7051379. OLE color: 7051379.

HSL color Cylindrical-coordinate representation of color #73986B: hue angle of 109.33º 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 #73986B is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB115152107-
CMYK0.2400.300.40
HSL109.33º17.93%50.78%-
HSV(B)109.33º29.61%59.61%-
XYZ20.9527.1618.05-
YUV135.81111.74113.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 152 (59.77% from 255) = 40.64%
BLUE value IS 107 (42.19% from 255) = 28.61%
R=30.75%
G=40.64%
B=28.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151521070.2400.300.40109.3317.9350.78
Hex73986B1801E286d1233
Octal16323015330036501552263
Binary111001110011000110101111000011110101000110110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73986B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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