#72A379

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

Shades of Oxley #72A379

Tints of Oxley #72A379

Color information

#72A379 (or 0x72A379) is unknown color: approx Oxley. HEX triplet: 72, A3 and 79. RGB value is (114,163,121). Sum of RGB (Red+Green+Blue) = 114+163+121=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #72A379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A379 is #8D5C86. Grayscale: #8F8F8F. Windows color (decimal): -9264263 or 7971698. OLE color: 7971698.

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

Color convert

RGB114163121-
CMYK0.3000.260.36
HSL128.57º21.03%54.31%-
HSV(B)128.57º30.06%63.92%-
XYZ23.4931.1522.86-
YUV143.56115.27106.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.64%
GREEN value IS 163 (64.06% from 255) = 40.95%
BLUE value IS 121 (47.66% from 255) = 30.40%
R=28.64%
G=40.95%
B=30.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141631210.3000.260.36128.5721.0354.31
Hex72A3791E01A24811536
Octal16224317136032442012566
Binary1110010101000111111001111100110101001001000000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,163,121); }

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

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

 a { background-color: rgb(114,163,121); }

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

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

 span { border-color: rgb(114,163,121); }

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