#72AB7C

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

Shades of Oxley #72AB7C

Tints of Oxley #72AB7C

Color information

#72AB7C (or 0x72AB7C) is unknown color: approx Oxley. HEX triplet: 72, AB and 7C. RGB value is (114,171,124). Sum of RGB (Red+Green+Blue) = 114+171+124=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AB7C is #8D5483. Grayscale: #949494. Windows color (decimal): -9262212 or 8170354. OLE color: 8170354.

HSL color Cylindrical-coordinate representation of color #72AB7C: hue angle of 130.53º 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 #72AB7C is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB114171124-
CMYK0.3300.270.33
HSL130.53º25.33%55.88%-
HSV(B)130.53º33.33%67.06%-
XYZ25.1434.1624.34-
YUV148.6114.12103.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.87%
GREEN value IS 171 (67.19% from 255) = 41.81%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=27.87%
G=41.81%
B=30.32%

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
Decimal1141711240.3300.270.33130.5325.3355.88
Hex72AB7C2101B21831938
Octal16225317441033412033170
Binary11100101010101111111001000010110111000011000001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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