#76D68F

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

Shades of De York #76D68F

Tints of De York #76D68F

Color information

#76D68F (or 0x76D68F) is unknown color: approx De York. HEX triplet: 76, D6 and 8F. RGB value is (118,214,143). Sum of RGB (Red+Green+Blue) = 118+214+143=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #76D68F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D68F is #892970. Grayscale: #B1B1B1. Windows color (decimal): -8989041 or 9426550. OLE color: 9426550.

HSL color Cylindrical-coordinate representation of color #76D68F: hue angle of 135.62º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D68F is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB118214143-
CMYK0.4500.330.16
HSL135.62º53.93%65.1%-
HSV(B)135.62º44.86%83.92%-
XYZ36.4853.9334.47-
YUV177.2108.785.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.84%
GREEN value IS 214 (83.98% from 255) = 45.05%
BLUE value IS 143 (56.25% from 255) = 30.11%
R=24.84%
G=45.05%
B=30.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182141430.4500.330.16135.6253.9365.1
Hex76D68F2D02110883641
Octal166326217550412021066101
Binary11101101101011010001111101101010000110000100010001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,214,143); }

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

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

 a { background-color: rgb(118,214,143); }

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

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

 span { border-color: rgb(118,214,143); }

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