#72B26F

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

Shades of Fern #72B26F

Tints of Fern #72B26F

Color information

#72B26F (or 0x72B26F) is unknown color: approx Fern. HEX triplet: 72, B2 and 6F. RGB value is (114,178,111). Sum of RGB (Red+Green+Blue) = 114+178+111=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 178 - color contains mainly: green. Hex color #72B26F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B26F is #8D4D90. Grayscale: #979797. Windows color (decimal): -9260433 or 7320178. OLE color: 7320178.

HSL color Cylindrical-coordinate representation of color #72B26F: hue angle of 117.31º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B26F is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB114178111-
CMYK0.3600.380.30
HSL117.31º30.32%56.67%-
HSV(B)117.31º37.64%69.8%-
XYZ25.7336.5720.74-
YUV151.23105.3101.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.29%
GREEN value IS 178 (69.92% from 255) = 44.17%
BLUE value IS 111 (43.75% from 255) = 27.54%
R=28.29%
G=44.17%
B=27.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1141781110.3600.380.30117.3130.3256.67
Hex72B26F240261E751e39
Octal16226215744046361653671
Binary1110010101100101101111100100010011011110111010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,178,111); }

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

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

 a { background-color: rgb(114,178,111); }

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

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

 span { border-color: rgb(114,178,111); }

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