#72A57D

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

Shades of Oxley #72A57D

Tints of Oxley #72A57D

Color information

#72A57D (or 0x72A57D) is unknown color: approx Oxley. HEX triplet: 72, A5 and 7D. RGB value is (114,165,125). Sum of RGB (Red+Green+Blue) = 114+165+125=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #72A57D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A57D is #8D5A82. Grayscale: #919191. Windows color (decimal): -9263747 or 8234354. OLE color: 8234354.

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

Color convert

RGB114165125-
CMYK0.3100.240.35
HSL132.94º22.08%54.71%-
HSV(B)132.94º30.91%64.71%-
XYZ24.131.9724.3-
YUV145.19116.6105.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.22%
GREEN value IS 165 (64.84% from 255) = 40.84%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=28.22%
G=40.84%
B=30.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141651250.3100.240.35132.9422.0854.71
Hex72A57D1F01823851637
Octal16224517537030432052667
Binary1110010101001011111101111110110001000111000010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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