#73A476

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

Shades of Oxley #73A476

Tints of Oxley #73A476

Color information

#73A476 (or 0x73A476) is unknown color: approx Oxley. HEX triplet: 73, A4 and 76. RGB value is (115,164,118). Sum of RGB (Red+Green+Blue) = 115+164+118=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 164 - color contains mainly: green. Hex color #73A476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A476 is #8C5B89. Grayscale: #909090. Windows color (decimal): -9198474 or 7775347. OLE color: 7775347.

HSL color Cylindrical-coordinate representation of color #73A476: hue angle of 123.67º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73A476 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB115164118-
CMYK0.3000.280.36
HSL123.67º21.21%54.71%-
HSV(B)123.67º29.88%64.31%-
XYZ23.6231.521.98-
YUV144.1113.27107.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.97%
GREEN value IS 164 (64.45% from 255) = 41.31%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=28.97%
G=41.31%
B=29.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151641180.3000.280.36123.6721.2154.71
Hex73A4761E01C247c1537
Octal16324416636034441742567
Binary111001110100100111011011110011100100100111110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,164,118); }

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

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

 a { background-color: rgb(115,164,118); }

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

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

 span { border-color: rgb(115,164,118); }

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