#76BC7C

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

Shades of De York #76BC7C

Tints of De York #76BC7C

Color information

#76BC7C (or 0x76BC7C) is unknown color: approx De York. HEX triplet: 76, BC and 7C. RGB value is (118,188,124). Sum of RGB (Red+Green+Blue) = 118+188+124=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BC7C is #894383. Grayscale: #9F9F9F. Windows color (decimal): -8995716 or 8174710. OLE color: 8174710.

HSL color Cylindrical-coordinate representation of color #76BC7C: hue angle of 125.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BC7C is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB118188124-
CMYK0.3700.340.26
HSL125.14º34.31%60%-
HSV(B)125.14º37.23%73.73%-
XYZ29.0941.2725.5-
YUV159.77107.8198.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.44%
GREEN value IS 188 (73.83% from 255) = 43.72%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=27.44%
G=43.72%
B=28.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181881240.3700.340.26125.1434.3160
Hex76BC7C250221A7d223c
Octal16627417445042321754274
Binary11101101011110011111001001010100010110101111101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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