#73A67C

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

Shades of Oxley #73A67C

Tints of Oxley #73A67C

Color information

#73A67C (or 0x73A67C) is unknown color: approx Oxley. HEX triplet: 73, A6 and 7C. RGB value is (115,166,124). Sum of RGB (Red+Green+Blue) = 115+166+124=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 166 - color contains mainly: green. Hex color #73A67C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A67C is #8C5983. Grayscale: #929292. Windows color (decimal): -9197956 or 8169075. OLE color: 8169075.

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

Color convert

RGB115166124-
CMYK0.3100.250.35
HSL130.59º22.27%55.1%-
HSV(B)130.59º30.72%65.1%-
XYZ24.3432.3724.03-
YUV145.96115.6105.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.40%
GREEN value IS 166 (65.23% from 255) = 40.99%
BLUE value IS 124 (48.83% from 255) = 30.62%
R=28.40%
G=40.99%
B=30.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1151661240.3100.250.35130.5922.2755.1
Hex73A67C1F01923831637
Octal16324617437031432032667
Binary1110011101001101111100111110110011000111000001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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