#73A676

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

Shades of Oxley #73A676

Tints of Oxley #73A676

Color information

#73A676 (or 0x73A676) is unknown color: approx Oxley. HEX triplet: 73, A6 and 76. RGB value is (115,166,118). Sum of RGB (Red+Green+Blue) = 115+166+118=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 166 - color contains mainly: green. Hex color #73A676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A676 is #8C5989. Grayscale: #919191. Windows color (decimal): -9197962 or 7775859. OLE color: 7775859.

HSL color Cylindrical-coordinate representation of color #73A676: hue angle of 123.53º 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 #73A676 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB115166118-
CMYK0.3100.290.35
HSL123.53º22.27%55.1%-
HSV(B)123.53º30.72%65.1%-
XYZ23.9832.2322.1-
YUV145.28112.6106.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.82%
GREEN value IS 166 (65.23% from 255) = 41.60%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=28.82%
G=41.60%
B=29.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1151661180.3100.290.35123.5322.2755.1
Hex73A6761F01D237c1637
Octal16324616637035431742667
Binary111001110100110111011011111011101100011111110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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