#72A473

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

Shades of Oxley #72A473

Tints of Oxley #72A473

Color information

#72A473 (or 0x72A473) is unknown color: approx Oxley. HEX triplet: 72, A4 and 73. RGB value is (114,164,115). Sum of RGB (Red+Green+Blue) = 114+164+115=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 164 - color contains mainly: green. Hex color #72A473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A473 is #8D5B8C. Grayscale: #8F8F8F. Windows color (decimal): -9264013 or 7578738. OLE color: 7578738.

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

Color convert

RGB114164115-
CMYK0.3000.300.36
HSL121.2º21.55%54.51%-
HSV(B)121.2º30.49%64.31%-
XYZ23.3131.3721.05-
YUV143.46111.94106.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.01%
GREEN value IS 164 (64.45% from 255) = 41.73%
BLUE value IS 115 (45.31% from 255) = 29.26%
R=29.01%
G=41.73%
B=29.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141641150.3000.300.36121.221.5554.51
Hex72A4731E01E24791637
Octal16224416336036441712667
Binary111001010100100111001111110011110100100111100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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