#76B672

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

Shades of Fern #76B672

Tints of Fern #76B672

Color information

#76B672 (or 0x76B672) is unknown color: approx Fern. HEX triplet: 76, B6 and 72. RGB value is (118,182,114). Sum of RGB (Red+Green+Blue) = 118+182+114=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 182 - color contains mainly: green. Hex color #76B672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B672 is #89498D. Grayscale: #9B9B9B. Windows color (decimal): -8997262 or 7517814. OLE color: 7517814.

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

Color convert

RGB118182114-
CMYK0.3500.370.29
HSL116.47º31.78%58.04%-
HSV(B)116.47º37.36%71.37%-
XYZ27.2438.5221.92-
YUV155.11104.8101.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.50%
GREEN value IS 182 (71.48% from 255) = 43.96%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=28.50%
G=43.96%
B=27.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181821140.3500.370.29116.4731.7858.04
Hex76B672230251D74203a
Octal16626616243045351644072
Binary11101101011011011100101000110100101111011110100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76B672; }

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

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

<style>
 a { background-color: #76B672; }

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

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

<style>
 span { border-color: #76B672; }

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

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