#72B46B

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

Shades of Fern #72B46B

Tints of Fern #72B46B

Color information

#72B46B (or 0x72B46B) is unknown color: approx Fern. HEX triplet: 72, B4 and 6B. RGB value is (114,180,107). Sum of RGB (Red+Green+Blue) = 114+180+107=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #72B46B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B46B is #8D4B94. Grayscale: #989898. Windows color (decimal): -9259925 or 7058546. OLE color: 7058546.

HSL color Cylindrical-coordinate representation of color #72B46B: hue angle of 114.25º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72B46B is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB114180107-
CMYK0.3700.410.29
HSL114.25º32.74%56.27%-
HSV(B)114.25º40.56%70.59%-
XYZ25.9137.2819.74-
YUV151.94102.63100.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.43%
GREEN value IS 180 (70.70% from 255) = 44.89%
BLUE value IS 107 (42.19% from 255) = 26.68%
R=28.43%
G=44.89%
B=26.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141801070.3700.410.29114.2532.7456.27
Hex72B46B250291D722138
Octal16226415345051351624170
Binary11100101011010011010111001010101001111011110010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,180,107); }

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

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

 a { background-color: rgb(114,180,107); }

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

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

 span { border-color: rgb(114,180,107); }

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