#72AA77

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

Shades of Oxley #72AA77

Tints of Oxley #72AA77

Color information

#72AA77 (or 0x72AA77) is unknown color: approx Oxley. HEX triplet: 72, AA and 77. RGB value is (114,170,119). Sum of RGB (Red+Green+Blue) = 114+170+119=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AA77 is #8D5588. Grayscale: #939393. Windows color (decimal): -9262473 or 7842418. OLE color: 7842418.

HSL color Cylindrical-coordinate representation of color #72AA77: hue angle of 125.36º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72AA77 is Cyan = 0.33, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB114170119-
CMYK0.3300.30.33
HSL125.36º24.78%55.69%-
HSV(B)125.36º32.94%66.67%-
XYZ24.6433.6622.65-
YUV147.44111.95104.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.29%
GREEN value IS 170 (66.80% from 255) = 42.18%
BLUE value IS 119 (46.88% from 255) = 29.53%
R=28.29%
G=42.18%
B=29.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141701190.3300.30.33125.3624.7855.69
Hex72AA772101E217d1938
Octal16225216741036411753170
Binary1110010101010101110111100001011110100001111110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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