#73AF69

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

Shades of Amulet #73AF69

Tints of Amulet #73AF69

Color information

#73AF69 (or 0x73AF69) is unknown color: approx Amulet. HEX triplet: 73, AF and 69. RGB value is (115,175,105). Sum of RGB (Red+Green+Blue) = 115+175+105=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AF69 is #8C5096. Grayscale: #959595. Windows color (decimal): -9195671 or 6926195. OLE color: 6926195.

HSL color Cylindrical-coordinate representation of color #73AF69: hue angle of 111.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73AF69 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB115175105-
CMYK0.3400.400.31
HSL111.43º30.43%54.9%-
HSV(B)111.43º40%68.63%-
XYZ24.9535.3218.87-
YUV149.08103.12103.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.11%
GREEN value IS 175 (68.75% from 255) = 44.30%
BLUE value IS 105 (41.41% from 255) = 26.58%
R=29.11%
G=44.30%
B=26.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151751050.3400.400.31111.4330.4354.9
Hex73AF69220281F6f1e37
Octal16325715142050371573667
Binary1110011101011111101001100010010100011111110111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73AF69; }

 p { color: rgb(115,175,105); }

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

<style>
 a { background-color: #73AF69; }

 a { background-color: rgb(115,175,105); }

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

<style>
 span { border-color: #73AF69; }

 span { border-color: rgb(115,175,105); }

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