#72BE6A

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

Shades of Fern #72BE6A

Tints of Fern #72BE6A

Color information

#72BE6A (or 0x72BE6A) is unknown color: approx Fern. HEX triplet: 72, BE and 6A. RGB value is (114,190,106). Sum of RGB (Red+Green+Blue) = 114+190+106=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BE6A is #8D4195. Grayscale: #9D9D9D. Windows color (decimal): -9257366 or 6995570. OLE color: 6995570.

HSL color Cylindrical-coordinate representation of color #72BE6A: hue angle of 114.29º 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 #72BE6A is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB114190106-
CMYK0.4000.440.25
HSL114.29º39.25%58.04%-
HSV(B)114.29º44.21%74.51%-
XYZ27.9541.4420.16-
YUV157.798.8296.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.80%
GREEN value IS 190 (74.61% from 255) = 46.34%
BLUE value IS 106 (41.80% from 255) = 25.85%
R=27.80%
G=46.34%
B=25.85%

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
Decimal1141901060.4000.440.25114.2939.2558.04
Hex72BE6A2802C1972273a
Octal16227615250054311624772
Binary11100101011111011010101010000101100110011110010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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