#73A680

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

Shades of Oxley #73A680

Tints of Oxley #73A680

Color information

#73A680 (or 0x73A680) is unknown color: approx Oxley. HEX triplet: 73, A6 and 80. RGB value is (115,166,128). Sum of RGB (Red+Green+Blue) = 115+166+128=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 166 - color contains mainly: green. Hex color #73A680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A680 is #8C597F. Grayscale: #929292. Windows color (decimal): -9197952 or 8431219. OLE color: 8431219.

HSL color Cylindrical-coordinate representation of color #73A680: hue angle of 135.29º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #73A680 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB115166128-
CMYK0.3100.230.35
HSL135.29º22.27%55.1%-
HSV(B)135.29º30.72%65.1%-
XYZ24.632.4825.39-
YUV146.42117.6105.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.12%
GREEN value IS 166 (65.23% from 255) = 40.59%
BLUE value IS 128 (50.39% from 255) = 31.30%
R=28.12%
G=40.59%
B=31.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1151661280.3100.230.35135.2922.2755.1
Hex73A6801F01723871637
Octal16324620037027432072667
Binary11100111010011010000000111110101111000111000011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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