#72BD6E

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

Shades of Fern #72BD6E

Tints of Fern #72BD6E

Color information

#72BD6E (or 0x72BD6E) is unknown color: approx Fern. HEX triplet: 72, BD and 6E. RGB value is (114,189,110). Sum of RGB (Red+Green+Blue) = 114+189+110=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BD6E is #8D4291. Grayscale: #9D9D9D. Windows color (decimal): -9257618 or 7257458. OLE color: 7257458.

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

Color convert

RGB114189110-
CMYK0.4000.420.26
HSL116.96º37.44%58.63%-
HSV(B)116.96º41.8%74.12%-
XYZ27.9541.121.21-
YUV157.57101.1596.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.60%
GREEN value IS 189 (74.22% from 255) = 45.76%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=27.60%
G=45.76%
B=26.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141891100.4000.420.26116.9637.4458.63
Hex72BD6E2802A1A75253b
Octal16227515650052321654573
Binary11100101011110111011101010000101010110101110101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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