#72A578

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

Shades of Oxley #72A578

Tints of Oxley #72A578

Color information

#72A578 (or 0x72A578) is unknown color: approx Oxley. HEX triplet: 72, A5 and 78. RGB value is (114,165,120). Sum of RGB (Red+Green+Blue) = 114+165+120=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 165 - color contains mainly: green. Hex color #72A578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A578 is #8D5A87. Grayscale: #909090. Windows color (decimal): -9263752 or 7906674. OLE color: 7906674.

HSL color Cylindrical-coordinate representation of color #72A578: hue angle of 127.06º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72A578 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB114165120-
CMYK0.3100.270.35
HSL127.06º22.08%54.71%-
HSV(B)127.06º30.91%64.71%-
XYZ23.7831.8422.66-
YUV144.62114.1106.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.57%
GREEN value IS 165 (64.84% from 255) = 41.35%
BLUE value IS 120 (47.27% from 255) = 30.08%
R=28.57%
G=41.35%
B=30.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141651200.3100.270.35127.0622.0854.71
Hex72A5781F01B237f1637
Octal16224517037033431772667
Binary111001010100101111100011111011011100011111111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,165,120); }

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

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

 a { background-color: rgb(114,165,120); }

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

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

 span { border-color: rgb(114,165,120); }

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