#76C887

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

Shades of De York #76C887

Tints of De York #76C887

Color information

#76C887 (or 0x76C887) is unknown color: approx De York. HEX triplet: 76, C8 and 87. RGB value is (118,200,135). Sum of RGB (Red+Green+Blue) = 118+200+135=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 200 - color contains mainly: green. Hex color #76C887 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C887 is #893778. Grayscale: #A8A8A8. Windows color (decimal): -8992633 or 8898678. OLE color: 8898678.

HSL color Cylindrical-coordinate representation of color #76C887: hue angle of 132.44º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C887 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB118200135-
CMYK0.4100.320.22
HSL132.44º42.71%62.35%-
HSV(B)132.44º41%78.43%-
XYZ32.546.9130.26-
YUV168.07109.3392.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.05%
GREEN value IS 200 (78.52% from 255) = 44.15%
BLUE value IS 135 (53.12% from 255) = 29.80%
R=26.05%
G=44.15%
B=29.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1182001350.4100.320.22132.4442.7162.35
Hex76C8872902016842b3e
Octal16631020751040262045376
Binary1110110110010001000011110100101000001011010000100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,200,135); }

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

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

 a { background-color: rgb(118,200,135); }

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

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

 span { border-color: rgb(118,200,135); }

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