#72A97D

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

Shades of Oxley #72A97D

Tints of Oxley #72A97D

Color information

#72A97D (or 0x72A97D) is unknown color: approx Oxley. HEX triplet: 72, A9 and 7D. RGB value is (114,169,125). Sum of RGB (Red+Green+Blue) = 114+169+125=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 169 - color contains mainly: green. Hex color #72A97D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A97D is #8D5682. Grayscale: #939393. Windows color (decimal): -9262723 or 8235378. OLE color: 8235378.

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

Color convert

RGB114169125-
CMYK0.3300.260.34
HSL132º24.23%55.49%-
HSV(B)132º32.54%66.27%-
XYZ24.8333.4324.55-
YUV147.54115.28104.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.94%
GREEN value IS 169 (66.41% from 255) = 41.42%
BLUE value IS 125 (49.22% from 255) = 30.64%
R=27.94%
G=41.42%
B=30.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1141691250.3300.260.3413224.2355.49
Hex72A97D2101A22841837
Octal16225117541032422043067
Binary11100101010100111111011000010110101000101000010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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