#72B17C

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

Shades of Fern #72B17C

Tints of Fern #72B17C

Color information

#72B17C (or 0x72B17C) is unknown color: approx Fern. HEX triplet: 72, B1 and 7C. RGB value is (114,177,124). Sum of RGB (Red+Green+Blue) = 114+177+124=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 177 - color contains mainly: green. Hex color #72B17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B17C is #8D4E83. Grayscale: #989898. Windows color (decimal): -9260676 or 8171890. OLE color: 8171890.

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

Color convert

RGB114177124-
CMYK0.3600.300.31
HSL129.52º28.77%57.06%-
HSV(B)129.52º35.59%69.41%-
XYZ26.336.4824.72-
YUV152.12112.13100.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.47%
GREEN value IS 177 (69.53% from 255) = 42.65%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=27.47%
G=42.65%
B=29.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141771240.3600.300.31129.5228.7757.06
Hex72B17C2401E1F821d39
Octal16226117444036372023571
Binary1110010101100011111100100100011110111111000001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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