#72ab76

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

Shades of Fern #72AB76

Tints of Fern #72AB76

Color information

#72AB76 (or 0x72AB76) is unknown color: approx Fern. HEX triplet: 72, AB and 76. RGB value is (114,171,118). Sum of RGB (Red+Green+Blue) = 114+171+118=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AB76 is #8D5489. Grayscale: #949494. Windows color (decimal): -9262218 or 7777138. OLE color: 7777138.

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

Color convert

RGB114171118-
CMYK0.3300.310.33
HSL124.21º25.33%55.88%-
HSV(B)124.21º33.33%67.06%-
XYZ24.7734.0122.4-
YUV147.92111.12103.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.29%
GREEN value IS 171 (67.19% from 255) = 42.43%
BLUE value IS 118 (46.48% from 255) = 29.28%
R=28.29%
G=42.43%
B=29.28%

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
Decimal1141711180.3300.310.33124.2125.3355.88
Hex72AB762101F217c1938
Octal16225316641037411743170
Binary1110010101010111110110100001011111100001111110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ab76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,171,118); }

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

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

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

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

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

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

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