#73A574

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

Shades of Oxley #73A574

Tints of Oxley #73A574

Color information

#73A574 (or 0x73A574) is unknown color: approx Oxley. HEX triplet: 73, A5 and 74. RGB value is (115,165,116). Sum of RGB (Red+Green+Blue) = 115+165+116=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #73A574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A574 is #8C5A8B. Grayscale: #909090. Windows color (decimal): -9198220 or 7644531. OLE color: 7644531.

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

Color convert

RGB115165116-
CMYK0.3000.300.35
HSL121.2º21.74%54.9%-
HSV(B)121.2º30.3%64.71%-
XYZ23.6831.8221.42-
YUV144.46111.94106.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.04%
GREEN value IS 165 (64.84% from 255) = 41.67%
BLUE value IS 116 (45.70% from 255) = 29.29%
R=29.04%
G=41.67%
B=29.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1151651160.3000.300.35121.221.7454.9
Hex73A5741E01E23791637
Octal16324516436036431712667
Binary111001110100101111010011110011110100011111100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,165,116); }

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

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

 a { background-color: rgb(115,165,116); }

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

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

 span { border-color: rgb(115,165,116); }

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