#72A478

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

Shades of Oxley #72A478

Tints of Oxley #72A478

Color information

#72A478 (or 0x72A478) is unknown color: approx Oxley. HEX triplet: 72, A4 and 78. RGB value is (114,164,120). Sum of RGB (Red+Green+Blue) = 114+164+120=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 164 - color contains mainly: green. Hex color #72A478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A478 is #8D5B87. Grayscale: #909090. Windows color (decimal): -9264008 or 7906418. OLE color: 7906418.

HSL color Cylindrical-coordinate representation of color #72A478: hue angle of 127.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72A478 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB114164120-
CMYK0.3000.270.36
HSL127.2º21.55%54.51%-
HSV(B)127.2º30.49%64.31%-
XYZ23.6131.4822.6-
YUV144.03114.44106.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.64%
GREEN value IS 164 (64.45% from 255) = 41.21%
BLUE value IS 120 (47.27% from 255) = 30.15%
R=28.64%
G=41.21%
B=30.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141641200.3000.270.36127.221.5554.51
Hex72A4781E01B247f1637
Octal16224417036033441772667
Binary111001010100100111100011110011011100100111111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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