#73A477

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

Shades of Oxley #73A477

Tints of Oxley #73A477

Color information

#73A477 (or 0x73A477) is unknown color: approx Oxley. HEX triplet: 73, A4 and 77. RGB value is (115,164,119). Sum of RGB (Red+Green+Blue) = 115+164+119=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 164 - color contains mainly: green. Hex color #73A477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A477 is #8C5B88. Grayscale: #909090. Windows color (decimal): -9198473 or 7840883. OLE color: 7840883.

HSL color Cylindrical-coordinate representation of color #73A477: hue angle of 124.9º 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 #73A477 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB115164119-
CMYK0.3000.270.36
HSL124.9º21.21%54.71%-
HSV(B)124.9º29.88%64.31%-
XYZ23.6831.5322.29-
YUV144.22113.77107.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.89%
GREEN value IS 164 (64.45% from 255) = 41.21%
BLUE value IS 119 (46.88% from 255) = 29.90%
R=28.89%
G=41.21%
B=29.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151641190.3000.270.36124.921.2154.71
Hex73A4771E01B247d1537
Octal16324416736033441752567
Binary111001110100100111011111110011011100100111110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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