#73A07C

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

Shades of Oxley #73A07C

Tints of Oxley #73A07C

Color information

#73A07C (or 0x73A07C) is unknown color: approx Oxley. HEX triplet: 73, A0 and 7C. RGB value is (115,160,124). Sum of RGB (Red+Green+Blue) = 115+160+124=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 160 - color contains mainly: green. Hex color #73A07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A07C is #8C5F83. Grayscale: #8E8E8E. Windows color (decimal): -9199492 or 8167539. OLE color: 8167539.

HSL color Cylindrical-coordinate representation of color #73A07C: hue angle of 132º 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 #73A07C is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB115160124-
CMYK0.2800.220.37
HSL132º19.15%53.92%-
HSV(B)132º28.12%62.75%-
XYZ23.2830.2423.68-
YUV142.44117.59108.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.82%
GREEN value IS 160 (62.89% from 255) = 40.10%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=28.82%
G=40.10%
B=31.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1151601240.2800.220.3713219.1553.92
Hex73A07C1C01625841336
Octal16324017434026452042366
Binary1110011101000001111100111000101101001011000010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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