#72AA72

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

Shades of Fern #72AA72

Tints of Fern #72AA72

Color information

#72AA72 (or 0x72AA72) is unknown color: approx Fern. HEX triplet: 72, AA and 72. RGB value is (114,170,114). Sum of RGB (Red+Green+Blue) = 114+170+114=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AA72 is #8D558D. Grayscale: #939393. Windows color (decimal): -9262478 or 7514738. OLE color: 7514738.

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

Color convert

RGB114170114-
CMYK0.3300.330.33
HSL120º24.78%55.69%-
HSV(B)120º32.94%66.67%-
XYZ24.3533.5421.11-
YUV146.87109.45104.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.64%
GREEN value IS 170 (66.80% from 255) = 42.71%
BLUE value IS 114 (44.92% from 255) = 28.64%
R=28.64%
G=42.71%
B=28.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141701140.3300.330.3312024.7855.69
Hex72AA722102121781938
Octal16225216241041411703170
Binary11100101010101011100101000010100001100001111100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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