#72BD68

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

Shades of Fern #72BD68

Tints of Fern #72BD68

Color information

#72BD68 (or 0x72BD68) is unknown color: approx Fern. HEX triplet: 72, BD and 68. RGB value is (114,189,104). Sum of RGB (Red+Green+Blue) = 114+189+104=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BD68 is #8D4297. Grayscale: #9D9D9D. Windows color (decimal): -9257624 or 6864242. OLE color: 6864242.

HSL color Cylindrical-coordinate representation of color #72BD68: hue angle of 112.94º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72BD68 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB114189104-
CMYK0.4000.450.26
HSL112.94º39.17%57.45%-
HSV(B)112.94º44.97%74.12%-
XYZ27.6440.9719.55-
YUV156.8898.1597.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.01%
GREEN value IS 189 (74.22% from 255) = 46.44%
BLUE value IS 104 (41.02% from 255) = 25.55%
R=28.01%
G=46.44%
B=25.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141891040.4000.450.26112.9439.1757.45
Hex72BD682802D1A712739
Octal16227515050055321614771
Binary11100101011110111010001010000101101110101110001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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