#72AA75

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

Shades of Fern #72AA75

Tints of Fern #72AA75

Color information

#72AA75 (or 0x72AA75) is unknown color: approx Fern. HEX triplet: 72, AA and 75. RGB value is (114,170,117). Sum of RGB (Red+Green+Blue) = 114+170+117=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AA75 is #8D558A. Grayscale: #939393. Windows color (decimal): -9262475 or 7711346. OLE color: 7711346.

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

Color convert

RGB114170117-
CMYK0.3300.310.33
HSL123.21º24.78%55.69%-
HSV(B)123.21º32.94%66.67%-
XYZ24.5333.6122.02-
YUV147.21110.95104.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.43%
GREEN value IS 170 (66.80% from 255) = 42.39%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=28.43%
G=42.39%
B=29.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141701170.3300.310.33123.2124.7855.69
Hex72AA752101F217b1938
Octal16225216541037411733170
Binary1110010101010101110101100001011111100001111101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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