#72a97a

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

Shades of Oxley #72A97A

Tints of Oxley #72A97A

Color information

#72A97A (or 0x72A97A) is unknown color: approx Oxley. HEX triplet: 72, A9 and 7A. RGB value is (114,169,122). Sum of RGB (Red+Green+Blue) = 114+169+122=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 169 - color contains mainly: green. Hex color #72A97A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A97A is #8D5685. Grayscale: #939393. Windows color (decimal): -9262726 or 8038770. OLE color: 8038770.

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

Color convert

RGB114169122-
CMYK0.3300.280.34
HSL128.73º24.23%55.49%-
HSV(B)128.73º32.54%66.27%-
XYZ24.6433.3623.55-
YUV147.2113.78104.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.15%
GREEN value IS 169 (66.41% from 255) = 41.73%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=28.15%
G=41.73%
B=30.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1141691220.3300.280.34128.7324.2355.49
Hex72A97A2101C22811837
Octal16225117241034422013067
Binary11100101010100111110101000010111001000101000000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72a97a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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