#72B672

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

Shades of Fern #72B672

Tints of Fern #72B672

Color information

#72B672 (or 0x72B672) is unknown color: approx Fern. HEX triplet: 72, B6 and 72. RGB value is (114,182,114). Sum of RGB (Red+Green+Blue) = 114+182+114=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 182 - color contains mainly: green. Hex color #72B672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B672 is #8D498D. Grayscale: #9A9A9A. Windows color (decimal): -9259406 or 7517810. OLE color: 7517810.

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

Color convert

RGB114182114-
CMYK0.3700.370.29
HSL120º31.78%58.04%-
HSV(B)120º37.36%71.37%-
XYZ26.738.2521.89-
YUV153.92105.4799.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.80%
GREEN value IS 182 (71.48% from 255) = 44.39%
BLUE value IS 114 (44.92% from 255) = 27.80%
R=27.80%
G=44.39%
B=27.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141821140.3700.370.2912031.7858.04
Hex72B672250251D78203a
Octal16226616245045351704072
Binary11100101011011011100101001010100101111011111000100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,182,114); }

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

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

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

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

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

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

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