#72A977

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

Shades of Oxley #72A977

Tints of Oxley #72A977

Color information

#72A977 (or 0x72A977) is unknown color: approx Oxley. HEX triplet: 72, A9 and 77. RGB value is (114,169,119). Sum of RGB (Red+Green+Blue) = 114+169+119=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 169 - color contains mainly: green. Hex color #72A977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A977 is #8D5688. Grayscale: #939393. Windows color (decimal): -9262729 or 7842162. OLE color: 7842162.

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

Color convert

RGB114169119-
CMYK0.3300.300.34
HSL125.45º24.23%55.49%-
HSV(B)125.45º32.54%66.27%-
XYZ24.4633.2922.59-
YUV146.85112.28104.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.36%
GREEN value IS 169 (66.41% from 255) = 42.04%
BLUE value IS 119 (46.88% from 255) = 29.60%
R=28.36%
G=42.04%
B=29.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1141691190.3300.300.34125.4524.2355.49
Hex72A9772101E227d1837
Octal16225116741036421753067
Binary1110010101010011110111100001011110100010111110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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