#72AA7E

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

Shades of Oxley #72AA7E

Tints of Oxley #72AA7E

Color information

#72AA7E (or 0x72AA7E) is unknown color: approx Oxley. HEX triplet: 72, AA and 7E. RGB value is (114,170,126). Sum of RGB (Red+Green+Blue) = 114+170+126=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AA7E is #8D5581. Grayscale: #949494. Windows color (decimal): -9262466 or 8301170. OLE color: 8301170.

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

Color convert

RGB114170126-
CMYK0.3300.260.33
HSL132.86º24.78%55.69%-
HSV(B)132.86º32.94%66.67%-
XYZ25.0833.8324.95-
YUV148.24115.45103.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.80%
GREEN value IS 170 (66.80% from 255) = 41.46%
BLUE value IS 126 (49.61% from 255) = 30.73%
R=27.80%
G=41.46%
B=30.73%

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
Decimal1141701260.3300.260.33132.8624.7855.69
Hex72AA7E2101A21851938
Octal16225217641032412053170
Binary11100101010101011111101000010110101000011000010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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