#72A37B

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

Shades of Oxley #72A37B

Tints of Oxley #72A37B

Color information

#72A37B (or 0x72A37B) is unknown color: approx Oxley. HEX triplet: 72, A3 and 7B. RGB value is (114,163,123). Sum of RGB (Red+Green+Blue) = 114+163+123=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 163 - color contains mainly: green. Hex color #72A37B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A37B is #8D5C84. Grayscale: #8F8F8F. Windows color (decimal): -9264261 or 8102770. OLE color: 8102770.

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

Color convert

RGB114163123-
CMYK0.3000.250.36
HSL131.02º21.03%54.31%-
HSV(B)131.02º30.06%63.92%-
XYZ23.6131.223.52-
YUV143.79116.27106.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.5%
GREEN value IS 163 (64.06% from 255) = 40.75%
BLUE value IS 123 (48.44% from 255) = 30.75%
R=28.5%
G=40.75%
B=30.75%

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
Decimal1141631230.3000.250.36131.0221.0354.31
Hex72A37B1E01924831536
Octal16224317336031442032566
Binary1110010101000111111011111100110011001001000001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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