#72B16F

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

Shades of Fern #72B16F

Tints of Fern #72B16F

Color information

#72B16F (or 0x72B16F) is unknown color: approx Fern. HEX triplet: 72, B1 and 6F. RGB value is (114,177,111). Sum of RGB (Red+Green+Blue) = 114+177+111=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 177 - color contains mainly: green. Hex color #72B16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B16F is #8D4E90. Grayscale: #969696. Windows color (decimal): -9260689 or 7319922. OLE color: 7319922.

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

Color convert

RGB114177111-
CMYK0.3600.370.31
HSL117.27º29.73%56.47%-
HSV(B)117.27º37.29%69.41%-
XYZ25.5336.1720.67-
YUV150.64105.63101.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.36%
GREEN value IS 177 (69.53% from 255) = 44.03%
BLUE value IS 111 (43.75% from 255) = 27.61%
R=28.36%
G=44.03%
B=27.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141771110.3600.370.31117.2729.7356.47
Hex72B16F240251F751e38
Octal16226115744045371653670
Binary1110010101100011101111100100010010111111111010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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