#73B267

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

Shades of Amulet #73B267

Tints of Amulet #73B267

Color information

#73B267 (or 0x73B267) is unknown color: approx Amulet. HEX triplet: 73, B2 and 67. RGB value is (115,178,103). Sum of RGB (Red+Green+Blue) = 115+178+103=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #73B267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B267 is #8C4D98. Grayscale: #969696. Windows color (decimal): -9194905 or 6795891. OLE color: 6795891.

HSL color Cylindrical-coordinate representation of color #73B267: hue angle of 110.4º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73B267 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB115178103-
CMYK0.3500.420.30
HSL110.4º32.75%55.1%-
HSV(B)110.4º42.13%69.8%-
XYZ25.4436.4618.53-
YUV150.61101.13102.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.04%
GREEN value IS 178 (69.92% from 255) = 44.95%
BLUE value IS 103 (40.62% from 255) = 26.01%
R=29.04%
G=44.95%
B=26.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1151781030.3500.420.30110.432.7555.1
Hex73B2672302A1E6e2137
Octal16326214743052361564167
Binary11100111011001011001111000110101010111101101110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,178,103); }

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

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

 a { background-color: rgb(115,178,103); }

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

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

 span { border-color: rgb(115,178,103); }

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