#72AA7A

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

Shades of Oxley #72AA7A

Tints of Oxley #72AA7A

Color information

#72AA7A (or 0x72AA7A) is unknown color: approx Oxley. HEX triplet: 72, AA and 7A. RGB value is (114,170,122). Sum of RGB (Red+Green+Blue) = 114+170+122=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AA7A is #8D5585. Grayscale: #939393. Windows color (decimal): -9262470 or 8039026. OLE color: 8039026.

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

Color convert

RGB114170122-
CMYK0.3300.280.33
HSL128.57º24.78%55.69%-
HSV(B)128.57º32.94%66.67%-
XYZ24.8333.7323.61-
YUV147.78113.45103.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.08%
GREEN value IS 170 (66.80% from 255) = 41.87%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=28.08%
G=41.87%
B=30.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141701220.3300.280.33128.5724.7855.69
Hex72AA7A2101C21811938
Octal16225217241034412013170
Binary11100101010101011110101000010111001000011000000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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