#72BB68

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

Shades of Fern #72BB68

Tints of Fern #72BB68

Color information

#72BB68 (or 0x72BB68) is unknown color: approx Fern. HEX triplet: 72, BB and 68. RGB value is (114,187,104). Sum of RGB (Red+Green+Blue) = 114+187+104=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #72BB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BB68 is #8D4497. Grayscale: #9B9B9B. Windows color (decimal): -9258136 or 6863730. OLE color: 6863730.

HSL color Cylindrical-coordinate representation of color #72BB68: hue angle of 112.77º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72BB68 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB114187104-
CMYK0.3900.440.27
HSL112.77º37.9%57.06%-
HSV(B)112.77º44.39%73.33%-
XYZ27.2140.1219.41-
YUV155.7198.8298.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.15%
GREEN value IS 187 (73.44% from 255) = 46.17%
BLUE value IS 104 (41.02% from 255) = 25.68%
R=28.15%
G=46.17%
B=25.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141871040.3900.440.27112.7737.957.06
Hex72BB682702C1B712639
Octal16227315047054331614671
Binary11100101011101111010001001110101100110111110001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,187,104); }

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

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

 a { background-color: rgb(114,187,104); }

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

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

 span { border-color: rgb(114,187,104); }

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