#72A37D

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

Shades of Oxley #72A37D

Tints of Oxley #72A37D

Color information

#72A37D (or 0x72A37D) is unknown color: approx Oxley. HEX triplet: 72, A3 and 7D. RGB value is (114,163,125). Sum of RGB (Red+Green+Blue) = 114+163+125=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 163 - color contains mainly: green. Hex color #72A37D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A37D is #8D5C82. Grayscale: #909090. Windows color (decimal): -9264259 or 8233842. OLE color: 8233842.

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

Color convert

RGB114163125-
CMYK0.3000.230.36
HSL133.47º21.03%54.31%-
HSV(B)133.47º30.06%63.92%-
XYZ23.7431.2524.18-
YUV144.02117.27106.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.36%
GREEN value IS 163 (64.06% from 255) = 40.55%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=28.36%
G=40.55%
B=31.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141631250.3000.230.36133.4721.0354.31
Hex72A37D1E01724851536
Octal16224317536027442052566
Binary1110010101000111111101111100101111001001000010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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