#76C077

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

Shades of De York #76C077

Tints of De York #76C077

Color information

#76C077 (or 0x76C077) is unknown color: approx De York. HEX triplet: 76, C0 and 77. RGB value is (118,192,119). Sum of RGB (Red+Green+Blue) = 118+192+119=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #76C077 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C077 is #893F88. Grayscale: #A1A1A1. Windows color (decimal): -8994697 or 7848054. OLE color: 7848054.

HSL color Cylindrical-coordinate representation of color #76C077: hue angle of 120.81º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C077 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB118192119-
CMYK0.3900.380.25
HSL120.81º37%60.78%-
HSV(B)120.81º38.54%75.29%-
XYZ29.6542.8824.17-
YUV161.55103.9896.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.51%
GREEN value IS 192 (75.39% from 255) = 44.76%
BLUE value IS 119 (46.88% from 255) = 27.74%
R=27.51%
G=44.76%
B=27.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181921190.3900.380.25120.813760.78
Hex76C077270261979253d
Octal16630016747046311714575
Binary11101101100000011101111001110100110110011111001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,192,119); }

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

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

 a { background-color: rgb(118,192,119); }

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

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

 span { border-color: rgb(118,192,119); }

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