#73AA7F

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

Shades of Oxley #73AA7F

Tints of Oxley #73AA7F

Color information

#73AA7F (or 0x73AA7F) is unknown color: approx Oxley. HEX triplet: 73, AA and 7F. RGB value is (115,170,127). Sum of RGB (Red+Green+Blue) = 115+170+127=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AA7F is #8C5580. Grayscale: #949494. Windows color (decimal): -9196929 or 8366707. OLE color: 8366707.

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

Color convert

RGB115170127-
CMYK0.3200.250.33
HSL133.09º24.44%55.88%-
HSV(B)133.09º32.35%66.67%-
XYZ25.2833.9325.29-
YUV148.65115.78104-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.91%
GREEN value IS 170 (66.80% from 255) = 41.26%
BLUE value IS 127 (50% from 255) = 30.83%
R=27.91%
G=41.26%
B=30.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151701270.3200.250.33133.0924.4455.88
Hex73AA7F2001921851838
Octal16325217740031412053070
Binary11100111010101011111111000000110011000011000010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,170,127); }

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

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

 a { background-color: rgb(115,170,127); }

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

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

 span { border-color: rgb(115,170,127); }

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