#72A87A

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

Shades of Oxley #72A87A

Tints of Oxley #72A87A

Color information

#72A87A (or 0x72A87A) is unknown color: approx Oxley. HEX triplet: 72, A8 and 7A. RGB value is (114,168,122). Sum of RGB (Red+Green+Blue) = 114+168+122=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 168 - color contains mainly: green. Hex color #72A87A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A87A is #8D5785. Grayscale: #929292. Windows color (decimal): -9262982 or 8038514. OLE color: 8038514.

HSL color Cylindrical-coordinate representation of color #72A87A: hue angle of 128.89º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72A87A is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB114168122-
CMYK0.3200.270.34
HSL128.89º23.68%55.29%-
HSV(B)128.89º32.14%65.88%-
XYZ24.4532.9923.49-
YUV146.61114.11104.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.22%
GREEN value IS 168 (66.02% from 255) = 41.58%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=28.22%
G=41.58%
B=30.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1141681220.3200.270.34128.8923.6855.29
Hex72A87A2001B22811837
Octal16225017240033422013067
Binary11100101010100011110101000000110111000101000000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,168,122); }

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

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

 a { background-color: rgb(114,168,122); }

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

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

 span { border-color: rgb(114,168,122); }

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