#72C07B

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

Shades of Fern #72C07B

Tints of Fern #72C07B

Color information

#72C07B (or 0x72C07B) is unknown color: approx Fern. HEX triplet: 72, C0 and 7B. RGB value is (114,192,123). Sum of RGB (Red+Green+Blue) = 114+192+123=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #72C07B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C07B is #8D3F84. Grayscale: #A1A1A1. Windows color (decimal): -9256837 or 8110194. OLE color: 8110194.

HSL color Cylindrical-coordinate representation of color #72C07B: hue angle of 126.92º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C07B is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB114192123-
CMYK0.4100.360.25
HSL126.92º38.24%60%-
HSV(B)126.92º40.62%75.29%-
XYZ29.3642.7125.43-
YUV160.81106.6694.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.57%
GREEN value IS 192 (75.39% from 255) = 44.76%
BLUE value IS 123 (48.44% from 255) = 28.67%
R=26.57%
G=44.76%
B=28.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141921230.4100.360.25126.9238.2460
Hex72C07B29024197f263c
Octal16230017351044311774674
Binary11100101100000011110111010010100100110011111111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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