#76C47C

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

Shades of De York #76C47C

Tints of De York #76C47C

Color information

#76C47C (or 0x76C47C) is unknown color: approx De York. HEX triplet: 76, C4 and 7C. RGB value is (118,196,124). Sum of RGB (Red+Green+Blue) = 118+196+124=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #76C47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C47C is #893B83. Grayscale: #A4A4A4. Windows color (decimal): -8993668 or 8176758. OLE color: 8176758.

HSL color Cylindrical-coordinate representation of color #76C47C: hue angle of 124.62º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C47C is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB118196124-
CMYK0.4000.370.23
HSL124.62º39.8%61.57%-
HSV(B)124.62º39.8%76.86%-
XYZ30.8544.7926.09-
YUV164.47105.1694.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.94%
GREEN value IS 196 (76.95% from 255) = 44.75%
BLUE value IS 124 (48.83% from 255) = 28.31%
R=26.94%
G=44.75%
B=28.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1181961240.4000.370.23124.6239.861.57
Hex76C47C28025177d283e
Octal16630417450045271755076
Binary11101101100010011111001010000100101101111111101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,196,124); }

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

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

 a { background-color: rgb(118,196,124); }

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

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

 span { border-color: rgb(118,196,124); }

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