#72A47B

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

Shades of Oxley #72A47B

Tints of Oxley #72A47B

Color information

#72A47B (or 0x72A47B) is unknown color: approx Oxley. HEX triplet: 72, A4 and 7B. RGB value is (114,164,123). Sum of RGB (Red+Green+Blue) = 114+164+123=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #72A47B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A47B is #8D5B84. Grayscale: #909090. Windows color (decimal): -9264005 or 8103026. OLE color: 8103026.

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

Color convert

RGB114164123-
CMYK0.3000.250.36
HSL130.8º21.55%54.51%-
HSV(B)130.8º30.49%64.31%-
XYZ23.7931.5623.58-
YUV144.38115.94106.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.43%
GREEN value IS 164 (64.45% from 255) = 40.90%
BLUE value IS 123 (48.44% from 255) = 30.67%
R=28.43%
G=40.90%
B=30.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141641230.3000.250.36130.821.5554.51
Hex72A47B1E01924831637
Octal16224417336031442032667
Binary1110010101001001111011111100110011001001000001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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