#72B770

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

Shades of Fern #72B770

Tints of Fern #72B770

Color information

#72B770 (or 0x72B770) is unknown color: approx Fern. HEX triplet: 72, B7 and 70. RGB value is (114,183,112). Sum of RGB (Red+Green+Blue) = 114+183+112=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 183 - color contains mainly: green. Hex color #72B770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B770 is #8D488F. Grayscale: #9A9A9A. Windows color (decimal): -9259152 or 7386994. OLE color: 7386994.

HSL color Cylindrical-coordinate representation of color #72B770: hue angle of 118.31º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72B770 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB114183112-
CMYK0.3800.390.28
HSL118.31º33.02%57.84%-
HSV(B)118.31º38.8%71.76%-
XYZ26.838.6121.37-
YUV154.28104.1499.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.87%
GREEN value IS 183 (71.88% from 255) = 44.74%
BLUE value IS 112 (44.14% from 255) = 27.38%
R=27.87%
G=44.74%
B=27.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1141831120.3800.390.28118.3133.0257.84
Hex72B770260271C76213a
Octal16226716046047341664172
Binary11100101011011111100001001100100111111001110110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,183,112); }

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

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

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

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

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

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

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