#72AB7F

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

Shades of Oxley #72AB7F

Tints of Oxley #72AB7F

Color information

#72AB7F (or 0x72AB7F) is unknown color: approx Oxley. HEX triplet: 72, AB and 7F. RGB value is (114,171,127). Sum of RGB (Red+Green+Blue) = 114+171+127=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AB7F is #8D5480. Grayscale: #959595. Windows color (decimal): -9262209 or 8366962. OLE color: 8366962.

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

Color convert

RGB114171127-
CMYK0.3300.260.33
HSL133.68º25.33%55.88%-
HSV(B)133.68º33.33%67.06%-
XYZ25.3334.2425.35-
YUV148.94115.62103.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.67%
GREEN value IS 171 (67.19% from 255) = 41.50%
BLUE value IS 127 (50% from 255) = 30.83%
R=27.67%
G=41.50%
B=30.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141711270.3300.260.33133.6825.3355.88
Hex72AB7F2101A21861938
Octal16225317741032412063170
Binary11100101010101111111111000010110101000011000011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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