#72AB7D

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

Shades of Oxley #72AB7D

Tints of Oxley #72AB7D

Color information

#72AB7D (or 0x72AB7D) is unknown color: approx Oxley. HEX triplet: 72, AB and 7D. RGB value is (114,171,125). Sum of RGB (Red+Green+Blue) = 114+171+125=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AB7D is #8D5482. Grayscale: #949494. Windows color (decimal): -9262211 or 8235890. OLE color: 8235890.

HSL color Cylindrical-coordinate representation of color #72AB7D: hue angle of 131.58º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72AB7D is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB114171125-
CMYK0.3300.270.33
HSL131.58º25.33%55.88%-
HSV(B)131.58º33.33%67.06%-
XYZ25.234.1824.67-
YUV148.71114.62103.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.80%
GREEN value IS 171 (67.19% from 255) = 41.71%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=27.80%
G=41.71%
B=30.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141711250.3300.270.33131.5825.3355.88
Hex72AB7D2101B21841938
Octal16225317541033412043170
Binary11100101010101111111011000010110111000011000010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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