#72BE6B

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

Shades of Fern #72BE6B

Tints of Fern #72BE6B

Color information

#72BE6B (or 0x72BE6B) is unknown color: approx Fern. HEX triplet: 72, BE and 6B. RGB value is (114,190,107). Sum of RGB (Red+Green+Blue) = 114+190+107=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BE6B is #8D4194. Grayscale: #9E9E9E. Windows color (decimal): -9257365 or 7061106. OLE color: 7061106.

HSL color Cylindrical-coordinate representation of color #72BE6B: hue angle of 114.94º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72BE6B is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB114190107-
CMYK0.4000.440.25
HSL114.94º38.97%58.24%-
HSV(B)114.94º43.68%74.51%-
XYZ28.0141.4720.44-
YUV157.8199.3296.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.74%
GREEN value IS 190 (74.61% from 255) = 46.23%
BLUE value IS 107 (42.19% from 255) = 26.03%
R=27.74%
G=46.23%
B=26.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141901070.4000.440.25114.9438.9758.24
Hex72BE6B2802C1973273a
Octal16227615350054311634772
Binary11100101011111011010111010000101100110011110011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,190,107); }

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

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

 a { background-color: rgb(114,190,107); }

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

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

 span { border-color: rgb(114,190,107); }

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