#72BE7B

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

Shades of Fern #72BE7B

Tints of Fern #72BE7B

Color information

#72BE7B (or 0x72BE7B) is unknown color: approx Fern. HEX triplet: 72, BE and 7B. RGB value is (114,190,123). Sum of RGB (Red+Green+Blue) = 114+190+123=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BE7B is #8D4184. Grayscale: #9F9F9F. Windows color (decimal): -9257349 or 8109682. OLE color: 8109682.

HSL color Cylindrical-coordinate representation of color #72BE7B: hue angle of 127.11º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BE7B is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB114190123-
CMYK0.4000.350.25
HSL127.11º36.89%59.61%-
HSV(B)127.11º40%74.51%-
XYZ28.9341.8325.29-
YUV159.64107.3295.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.70%
GREEN value IS 190 (74.61% from 255) = 44.50%
BLUE value IS 123 (48.44% from 255) = 28.81%
R=26.70%
G=44.50%
B=28.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141901230.4000.350.25127.1136.8959.61
Hex72BE7B28023197f253c
Octal16227617350043311774574
Binary11100101011111011110111010000100011110011111111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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