#72AA7B

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

Shades of Oxley #72AA7B

Tints of Oxley #72AA7B

Color information

#72AA7B (or 0x72AA7B) is unknown color: approx Oxley. HEX triplet: 72, AA and 7B. RGB value is (114,170,123). Sum of RGB (Red+Green+Blue) = 114+170+123=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AA7B is #8D5584. Grayscale: #949494. Windows color (decimal): -9262469 or 8104562. OLE color: 8104562.

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

Color convert

RGB114170123-
CMYK0.3300.280.33
HSL129.64º24.78%55.69%-
HSV(B)129.64º32.94%66.67%-
XYZ24.8933.7623.94-
YUV147.9113.95103.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.01%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 123 (48.44% from 255) = 30.22%
R=28.01%
G=41.77%
B=30.22%

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
Decimal1141701230.3300.280.33129.6424.7855.69
Hex72AA7B2101C21821938
Octal16225217341034412023170
Binary11100101010101011110111000010111001000011000001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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