#72B178

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

Shades of Fern #72B178

Tints of Fern #72B178

Color information

#72B178 (or 0x72B178) is unknown color: approx Fern. HEX triplet: 72, B1 and 78. RGB value is (114,177,120). Sum of RGB (Red+Green+Blue) = 114+177+120=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #72B178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B178 is #8D4E87. Grayscale: #979797. Windows color (decimal): -9260680 or 7909746. OLE color: 7909746.

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

Color convert

RGB114177120-
CMYK0.3600.320.31
HSL125.71º28.77%57.06%-
HSV(B)125.71º35.59%69.41%-
XYZ26.0536.3823.42-
YUV151.67110.13101.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.74%
GREEN value IS 177 (69.53% from 255) = 43.07%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=27.74%
G=43.07%
B=29.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141771200.3600.320.31125.7128.7757.06
Hex72B178240201F7e1d39
Octal16226117044040371763571
Binary1110010101100011111000100100010000011111111111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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