Html Css Color HEX #76D689 De York

📋 copy color: '#76D689'

red 118 ◦ green 214 ◦ blue 137

#76D689
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #76D689

Tints of De York #76D689

RGB

 RED value IS 118 (46.48% from 255) = 25.16%

 GREEN value IS 214 (83.98% from 255) = 45.63%

 BLUE value IS 137 (53.91% from 255) = 29.21%

R = 25.16%
G = 45.63%
B = 29.21%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#76D689 (or 0x76D689) is known color: De York. HEX triplet: 76, D6 and 89. RGB value is (118,214,137). Sum of RGB (Red+Green+Blue) = 118+214+137=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #76D689 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D689 is #892976. Grayscale: #B0B0B0. Windows color (decimal): -8989047 or 9033334. OLE color: 9033334.

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

Color convert

RGB 118 214 137 -
CMYK 0.45 0 0.36 0.16
HSL 131.88º 0.54% 0.65% -
HSV(B) 131.88º 0.45% 0.84% -
XYZ 36.03 53.75 32.14 -
YUV 176.52 105.7 86.26 -
System Red Green Blue C M Y K H S L
Decimal 118 214 137 0.45 0 0.36 0.16 131.88 0.54 0.65
Hex 76 D6 89 2D 0 24 10 84 36 41
Octal 166 326 211 55 0 44 20 204 66 101
Binary 1110110 11010110 10001001 101101 0 100100 10000 10000100 110110 1000001

Color Harmonies of #76D689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D689

Black with #76D689

Text Example


Text Example

White with #76D689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76D689;
 }
 .AnyTagClassName
 {
   color: #76D689;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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