#73A077

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

Shades of Oxley #73A077

Tints of Oxley #73A077

Color information

#73A077 (or 0x73A077) is unknown color: approx Oxley. HEX triplet: 73, A0 and 77. RGB value is (115,160,119). Sum of RGB (Red+Green+Blue) = 115+160+119=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 160 - color contains mainly: green. Hex color #73A077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A077 is #8C5F88. Grayscale: #8D8D8D. Windows color (decimal): -9199497 or 7839859. OLE color: 7839859.

HSL color Cylindrical-coordinate representation of color #73A077: hue angle of 125.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73A077 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB115160119-
CMYK0.2800.260.37
HSL125.33º19.15%53.92%-
HSV(B)125.33º28.12%62.75%-
XYZ22.9730.1222.06-
YUV141.87115.09108.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 160 (62.89% from 255) = 40.61%
BLUE value IS 119 (46.88% from 255) = 30.20%
R=29.19%
G=40.61%
B=30.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1151601190.2800.260.37125.3319.1553.92
Hex73A0771C01A257d1336
Octal16324016734032451752366
Binary111001110100000111011111100011010100101111110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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