#73A180

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

Shades of Oxley #73A180

Tints of Oxley #73A180

Color information

#73A180 (or 0x73A180) is unknown color: approx Oxley. HEX triplet: 73, A1 and 80. RGB value is (115,161,128). Sum of RGB (Red+Green+Blue) = 115+161+128=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 161 - color contains mainly: green. Hex color #73A180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A180 is #8C5E7F. Grayscale: #8F8F8F. Windows color (decimal): -9199232 or 8429939. OLE color: 8429939.

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

Color convert

RGB115161128-
CMYK0.2900.200.37
HSL136.96º19.66%54.12%-
HSV(B)136.96º28.57%63.14%-
XYZ23.7130.6925.1-
YUV143.48119.26107.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.47%
GREEN value IS 161 (63.28% from 255) = 39.85%
BLUE value IS 128 (50.39% from 255) = 31.68%
R=28.47%
G=39.85%
B=31.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1151611280.2900.200.37136.9619.6654.12
Hex73A1801D01425891436
Octal16324120035024452112466
Binary11100111010000110000000111010101001001011000100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,161,128); }

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

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

 a { background-color: rgb(115,161,128); }

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

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

 span { border-color: rgb(115,161,128); }

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