#72AA7D

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

Shades of Oxley #72AA7D

Tints of Oxley #72AA7D

Color information

#72AA7D (or 0x72AA7D) is unknown color: approx Oxley. HEX triplet: 72, AA and 7D. RGB value is (114,170,125). Sum of RGB (Red+Green+Blue) = 114+170+125=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AA7D is #8D5582. Grayscale: #949494. Windows color (decimal): -9262467 or 8235634. OLE color: 8235634.

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

Color convert

RGB114170125-
CMYK0.3300.260.33
HSL131.79º24.78%55.69%-
HSV(B)131.79º32.94%66.67%-
XYZ25.0233.8124.61-
YUV148.13114.95103.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.87%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=27.87%
G=41.56%
B=30.56%

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
Decimal1141701250.3300.260.33131.7924.7855.69
Hex72AA7D2101A21841938
Octal16225217541032412043170
Binary11100101010101011111011000010110101000011000010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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