#72B67A

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

Shades of Fern #72B67A

Tints of Fern #72B67A

Color information

#72B67A (or 0x72B67A) is unknown color: approx Fern. HEX triplet: 72, B6 and 7A. RGB value is (114,182,122). Sum of RGB (Red+Green+Blue) = 114+182+122=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 182 - color contains mainly: green. Hex color #72B67A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B67A is #8D4985. Grayscale: #9A9A9A. Windows color (decimal): -9259398 or 8042098. OLE color: 8042098.

HSL color Cylindrical-coordinate representation of color #72B67A: hue angle of 127.06º 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 #72B67A is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB114182122-
CMYK0.3700.330.29
HSL127.06º31.78%58.04%-
HSV(B)127.06º37.36%71.37%-
XYZ27.1838.4424.4-
YUV154.83109.4798.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.27%
GREEN value IS 182 (71.48% from 255) = 43.54%
BLUE value IS 122 (48.05% from 255) = 29.19%
R=27.27%
G=43.54%
B=29.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141821220.3700.330.29127.0631.7858.04
Hex72B67A250211D7f203a
Octal16226617245041351774072
Binary11100101011011011110101001010100001111011111111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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