#72A573

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

Shades of Oxley #72A573

Tints of Oxley #72A573

Color information

#72A573 (or 0x72A573) is unknown color: approx Oxley. HEX triplet: 72, A5 and 73. RGB value is (114,165,115). Sum of RGB (Red+Green+Blue) = 114+165+115=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 165 - color contains mainly: green. Hex color #72A573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A573 is #8D5A8C. Grayscale: #909090. Windows color (decimal): -9263757 or 7578994. OLE color: 7578994.

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

Color convert

RGB114165115-
CMYK0.3100.300.35
HSL121.18º22.08%54.71%-
HSV(B)121.18º30.91%64.71%-
XYZ23.4931.7321.11-
YUV144.05111.6106.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.93%
GREEN value IS 165 (64.84% from 255) = 41.88%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=28.93%
G=41.88%
B=29.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141651150.3100.300.35121.1822.0854.71
Hex72A5731F01E23791637
Octal16224516337036431712667
Binary111001010100101111001111111011110100011111100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72A573; }

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

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

<style>
 a { background-color: #72A573; }

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

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

<style>
 span { border-color: #72A573; }

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

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