#72B267

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

Shades of Fern #72B267

Tints of Fern #72B267

Color information

#72B267 (or 0x72B267) is unknown color: approx Fern. HEX triplet: 72, B2 and 67. RGB value is (114,178,103). Sum of RGB (Red+Green+Blue) = 114+178+103=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 178 - color contains mainly: green. Hex color #72B267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B267 is #8D4D98. Grayscale: #969696. Windows color (decimal): -9260441 or 6795890. OLE color: 6795890.

HSL color Cylindrical-coordinate representation of color #72B267: hue angle of 111.2º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72B267 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB114178103-
CMYK0.3600.420.30
HSL111.2º32.75%55.1%-
HSV(B)111.2º42.13%69.8%-
XYZ25.3136.418.52-
YUV150.31101.3102.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.86%
GREEN value IS 178 (69.92% from 255) = 45.06%
BLUE value IS 103 (40.62% from 255) = 26.08%
R=28.86%
G=45.06%
B=26.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1141781030.3600.420.30111.232.7555.1
Hex72B2672402A1E6f2137
Octal16226214744052361574167
Binary11100101011001011001111001000101010111101101111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,178,103); }

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

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

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

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

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

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

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