#72B46C

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

Shades of Fern #72B46C

Tints of Fern #72B46C

Color information

#72B46C (or 0x72B46C) is unknown color: approx Fern. HEX triplet: 72, B4 and 6C. RGB value is (114,180,108). Sum of RGB (Red+Green+Blue) = 114+180+108=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #72B46C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B46C is #8D4B93. Grayscale: #989898. Windows color (decimal): -9259924 or 7124082. OLE color: 7124082.

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

Color convert

RGB114180108-
CMYK0.3700.400.29
HSL115º32.43%56.47%-
HSV(B)115º40%70.59%-
XYZ25.9737.320.02-
YUV152.06103.13100.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.36%
GREEN value IS 180 (70.70% from 255) = 44.78%
BLUE value IS 108 (42.58% from 255) = 26.87%
R=28.36%
G=44.78%
B=26.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141801080.3700.400.2911532.4356.47
Hex72B46C250281D732038
Octal16226415445050351634070
Binary11100101011010011011001001010101000111011110011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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