#76BC7E

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

Shades of De York #76BC7E

Tints of De York #76BC7E

Color information

#76BC7E (or 0x76BC7E) is unknown color: approx De York. HEX triplet: 76, BC and 7E. RGB value is (118,188,126). Sum of RGB (Red+Green+Blue) = 118+188+126=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BC7E is #894381. Grayscale: #A0A0A0. Windows color (decimal): -8995714 or 8305782. OLE color: 8305782.

HSL color Cylindrical-coordinate representation of color #76BC7E: hue angle of 126.86º 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 #76BC7E is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB118188126-
CMYK0.3700.330.26
HSL126.86º34.31%60%-
HSV(B)126.86º37.23%73.73%-
XYZ29.2241.3226.17-
YUV160108.8198.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.31%
GREEN value IS 188 (73.83% from 255) = 43.52%
BLUE value IS 126 (49.61% from 255) = 29.17%
R=27.31%
G=43.52%
B=29.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181881260.3700.330.26126.8634.3160
Hex76BC7E250211A7f223c
Octal16627417645041321774274
Binary11101101011110011111101001010100001110101111111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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