#73A87E

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

Shades of Oxley #73A87E

Tints of Oxley #73A87E

Color information

#73A87E (or 0x73A87E) is unknown color: approx Oxley. HEX triplet: 73, A8 and 7E. RGB value is (115,168,126). Sum of RGB (Red+Green+Blue) = 115+168+126=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 168 - color contains mainly: green. Hex color #73A87E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A87E is #8C5781. Grayscale: #939393. Windows color (decimal): -9197442 or 8300659. OLE color: 8300659.

HSL color Cylindrical-coordinate representation of color #73A87E: hue angle of 132.45º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73A87E is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB115168126-
CMYK0.3200.250.34
HSL132.45º23.35%55.49%-
HSV(B)132.45º31.55%65.88%-
XYZ24.8433.1624.83-
YUV147.36115.94104.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.12%
GREEN value IS 168 (66.02% from 255) = 41.08%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=28.12%
G=41.08%
B=30.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1151681260.3200.250.34132.4523.3555.49
Hex73A87E2001922841737
Octal16325017640031422042767
Binary11100111010100011111101000000110011000101000010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,168,126); }

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

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

 a { background-color: rgb(115,168,126); }

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

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

 span { border-color: rgb(115,168,126); }

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