#72b175

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

Shades of Fern #72B175

Tints of Fern #72B175

Color information

#72B175 (or 0x72B175) is unknown color: approx Fern. HEX triplet: 72, B1 and 75. RGB value is (114,177,117). Sum of RGB (Red+Green+Blue) = 114+177+117=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 177 - color contains mainly: green. Hex color #72B175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B175 is #8D4E8A. Grayscale: #979797. Windows color (decimal): -9260683 or 7713138. OLE color: 7713138.

HSL color Cylindrical-coordinate representation of color #72B175: hue angle of 122.86º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B175 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB114177117-
CMYK0.3600.340.31
HSL122.86º28.77%57.06%-
HSV(B)122.86º35.59%69.41%-
XYZ25.8736.3122.47-
YUV151.32108.63101.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.94%
GREEN value IS 177 (69.53% from 255) = 43.38%
BLUE value IS 117 (46.09% from 255) = 28.68%
R=27.94%
G=43.38%
B=28.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141771170.3600.340.31122.8628.7757.06
Hex72B175240221F7b1d39
Octal16226116544042371733571
Binary1110010101100011110101100100010001011111111101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72b175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,177,117); }

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

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

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

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

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

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

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