#72A878

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

Shades of Oxley #72A878

Tints of Oxley #72A878

Color information

#72A878 (or 0x72A878) is unknown color: approx Oxley. HEX triplet: 72, A8 and 78. RGB value is (114,168,120). Sum of RGB (Red+Green+Blue) = 114+168+120=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 168 - color contains mainly: green. Hex color #72A878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A878 is #8D5787. Grayscale: #929292. Windows color (decimal): -9262984 or 7907442. OLE color: 7907442.

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

Color convert

RGB114168120-
CMYK0.3200.290.34
HSL126.67º23.68%55.29%-
HSV(B)126.67º32.14%65.88%-
XYZ24.3332.9422.84-
YUV146.38113.11104.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.36%
GREEN value IS 168 (66.02% from 255) = 41.79%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=28.36%
G=41.79%
B=29.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1141681200.3200.290.34126.6723.6855.29
Hex72A8782001D227f1837
Octal16225017040035421773067
Binary1110010101010001111000100000011101100010111111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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