#76C980

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

Shades of De York #76C980

Tints of De York #76C980

Color information

#76C980 (or 0x76C980) is unknown color: approx De York. HEX triplet: 76, C9 and 80. RGB value is (118,201,128). Sum of RGB (Red+Green+Blue) = 118+201+128=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 201 - color contains mainly: green. Hex color #76C980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C980 is #89367F. Grayscale: #A8A8A8. Windows color (decimal): -8992384 or 8440182. OLE color: 8440182.

HSL color Cylindrical-coordinate representation of color #76C980: hue angle of 127.23º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C980 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB118201128-
CMYK0.4100.360.21
HSL127.23º43.46%62.55%-
HSV(B)127.23º41.29%78.82%-
XYZ32.2547.1827.83-
YUV167.86105.592.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.40%
GREEN value IS 201 (78.91% from 255) = 44.97%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=26.40%
G=44.97%
B=28.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1182011280.4100.360.21127.2343.4662.55
Hex76C98029024157f2b3f
Octal16631120051044251775377
Binary111011011001001100000001010010100100101011111111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,201,128); }

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

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

 a { background-color: rgb(118,201,128); }

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

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

 span { border-color: rgb(118,201,128); }

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