#76BA7E

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

Shades of De York #76BA7E

Tints of De York #76BA7E

Color information

#76BA7E (or 0x76BA7E) is unknown color: approx De York. HEX triplet: 76, BA and 7E. RGB value is (118,186,126). Sum of RGB (Red+Green+Blue) = 118+186+126=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BA7E is #894581. Grayscale: #9F9F9F. Windows color (decimal): -8996226 or 8305270. OLE color: 8305270.

HSL color Cylindrical-coordinate representation of color #76BA7E: hue angle of 127.06º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BA7E is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB118186126-
CMYK0.3700.320.27
HSL127.06º33.01%59.61%-
HSV(B)127.06º36.56%72.94%-
XYZ28.840.4826.03-
YUV158.83109.4798.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.44%
GREEN value IS 186 (73.05% from 255) = 43.26%
BLUE value IS 126 (49.61% from 255) = 29.30%
R=27.44%
G=43.26%
B=29.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181861260.3700.320.27127.0633.0159.61
Hex76BA7E250201B7f213c
Octal16627217645040331774174
Binary11101101011101011111101001010100000110111111111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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