#73AB7E

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

Shades of Oxley #73AB7E

Tints of Oxley #73AB7E

Color information

#73AB7E (or 0x73AB7E) is unknown color: approx Oxley. HEX triplet: 73, AB and 7E. RGB value is (115,171,126). Sum of RGB (Red+Green+Blue) = 115+171+126=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AB7E is #8C5481. Grayscale: #959595. Windows color (decimal): -9196674 or 8301427. OLE color: 8301427.

HSL color Cylindrical-coordinate representation of color #73AB7E: hue angle of 131.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73AB7E is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB115171126-
CMYK0.3300.260.33
HSL131.79º25%56.08%-
HSV(B)131.79º32.75%67.06%-
XYZ25.434.2825.02-
YUV149.13114.95103.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.91%
GREEN value IS 171 (67.19% from 255) = 41.50%
BLUE value IS 126 (49.61% from 255) = 30.58%
R=27.91%
G=41.50%
B=30.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151711260.3300.260.33131.792556.08
Hex73AB7E2101A21841938
Octal16325317641032412043170
Binary11100111010101111111101000010110101000011000010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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