#76D68D

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

Shades of De York #76D68D

Tints of De York #76D68D

Color information

#76D68D (or 0x76D68D) is unknown color: approx De York. HEX triplet: 76, D6 and 8D. RGB value is (118,214,141). Sum of RGB (Red+Green+Blue) = 118+214+141=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #76D68D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D68D is #892972. Grayscale: #B1B1B1. Windows color (decimal): -8989043 or 9295478. OLE color: 9295478.

HSL color Cylindrical-coordinate representation of color #76D68D: hue angle of 134.38º 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 #76D68D is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB118214141-
CMYK0.4500.340.16
HSL134.38º53.93%65.1%-
HSV(B)134.38º44.86%83.92%-
XYZ36.3353.8733.68-
YUV176.97107.785.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.95%
GREEN value IS 214 (83.98% from 255) = 45.24%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=24.95%
G=45.24%
B=29.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182141410.4500.340.16134.3853.9365.1
Hex76D68D2D02210863641
Octal166326215550422020666101
Binary11101101101011010001101101101010001010000100001101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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