#72BF7A

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

Shades of Fern #72BF7A

Tints of Fern #72BF7A

Color information

#72BF7A (or 0x72BF7A) is unknown color: approx Fern. HEX triplet: 72, BF and 7A. RGB value is (114,191,122). Sum of RGB (Red+Green+Blue) = 114+191+122=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BF7A is #8D4085. Grayscale: #A0A0A0. Windows color (decimal): -9257094 or 8044402. OLE color: 8044402.

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

Color convert

RGB114191122-
CMYK0.4000.360.25
HSL126.23º37.56%59.8%-
HSV(B)126.23º40.31%74.9%-
XYZ29.0842.2425.03-
YUV160.11106.4995.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.70%
GREEN value IS 191 (75% from 255) = 44.73%
BLUE value IS 122 (48.05% from 255) = 28.57%
R=26.70%
G=44.73%
B=28.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141911220.4000.360.25126.2337.5659.8
Hex72BF7A28024197e263c
Octal16227717250044311764674
Binary11100101011111111110101010000100100110011111110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,191,122); }

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

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

 a { background-color: rgb(114,191,122); }

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

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

 span { border-color: rgb(114,191,122); }

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