#72B17A

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

Shades of Fern #72B17A

Tints of Fern #72B17A

Color information

#72B17A (or 0x72B17A) is unknown color: approx Fern. HEX triplet: 72, B1 and 7A. RGB value is (114,177,122). Sum of RGB (Red+Green+Blue) = 114+177+122=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 177 - color contains mainly: green. Hex color #72B17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B17A is #8D4E85. Grayscale: #989898. Windows color (decimal): -9260678 or 8040818. OLE color: 8040818.

HSL color Cylindrical-coordinate representation of color #72B17A: hue angle of 127.62º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B17A is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB114177122-
CMYK0.3600.310.31
HSL127.62º28.77%57.06%-
HSV(B)127.62º35.59%69.41%-
XYZ26.1736.4324.06-
YUV151.89111.13100.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.60%
GREEN value IS 177 (69.53% from 255) = 42.86%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=27.60%
G=42.86%
B=29.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141771220.3600.310.31127.6228.7757.06
Hex72B17A2401F1F801d39
Octal16226117244037372003571
Binary1110010101100011111010100100011111111111000000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,177,122); }

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

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

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

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

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

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

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