#76C688

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

Shades of De York #76C688

Tints of De York #76C688

Color information

#76C688 (or 0x76C688) is unknown color: approx De York. HEX triplet: 76, C6 and 88. RGB value is (118,198,136). Sum of RGB (Red+Green+Blue) = 118+198+136=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #76C688 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C688 is #893977. Grayscale: #A7A7A7. Windows color (decimal): -8993144 or 8963702. OLE color: 8963702.

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

Color convert

RGB118198136-
CMYK0.4000.310.22
HSL133.5º41.24%61.96%-
HSV(B)133.5º40.4%77.65%-
XYZ32.1146.0230.48-
YUV167.01110.593.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.11%
GREEN value IS 198 (77.73% from 255) = 43.81%
BLUE value IS 136 (53.52% from 255) = 30.09%
R=26.11%
G=43.81%
B=30.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1181981360.4000.310.22133.541.2461.96
Hex76C6882801F1686293e
Octal16630621050037262065176
Binary111011011000110100010001010000111111011010000110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,198,136); }

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

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

 a { background-color: rgb(118,198,136); }

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

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

 span { border-color: rgb(118,198,136); }

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