#76B275

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

Shades of Fern #76B275

Tints of Fern #76B275

Color information

#76B275 (or 0x76B275) is unknown color: approx Fern. HEX triplet: 76, B2 and 75. RGB value is (118,178,117). Sum of RGB (Red+Green+Blue) = 118+178+117=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #76B275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B275 is #894D8A. Grayscale: #999999. Windows color (decimal): -8998283 or 7713398. OLE color: 7713398.

HSL color Cylindrical-coordinate representation of color #76B275: hue angle of 119.02º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B275 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB118178117-
CMYK0.3400.340.30
HSL119.02º28.37%57.84%-
HSV(B)119.02º34.27%69.8%-
XYZ26.636.9822.56-
YUV153.11107.62102.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.57%
GREEN value IS 178 (69.92% from 255) = 43.10%
BLUE value IS 117 (46.09% from 255) = 28.33%
R=28.57%
G=43.10%
B=28.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181781170.3400.340.30119.0228.3757.84
Hex76B275220221E771c3a
Octal16626216542042361673472
Binary1110110101100101110101100010010001011110111011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,178,117); }

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

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

 a { background-color: rgb(118,178,117); }

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

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

 span { border-color: rgb(118,178,117); }

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