Html Css Color HEX #76C680 De York

📋 copy color: '#76C680'

red 118 ◦ green 198 ◦ blue 128

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

Shades of De York #76C680

Tints of De York #76C680

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.59%

 BLUE value IS 128 (50.39% from 255) = 28.83%

R = 26.58%
G = 44.59%
B = 28.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#76C680 (or 0x76C680) is known color: De York. HEX triplet: 76, C6 and 80. RGB value is (118,198,128). Sum of RGB (Red+Green+Blue) = 118+198+128=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 198 (77.73% from 255 or 44.59% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 198 - color contains mainly: green. Hex color #76C680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C680 is #89397F. Grayscale: #A6A6A6. Windows color (decimal): -8993152 or 8439414. OLE color: 8439414.

HSL color Cylindrical-coordinate representation of color #76C680: hue angle of 127.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 #76C680 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 198 128 -
CMYK 0.40 0 0.35 0.22
HSL 127.5º 0.41% 0.62% -
HSV(B) 127.5º 0.4% 0.78% -
XYZ 31.56 45.8 27.6 -
YUV 166.1 106.5 93.69 -
System Red Green Blue C M Y K H S L
Decimal 118 198 128 0.40 0 0.35 0.22 127.5 0.41 0.62
Hex 76 C6 80 28 0 23 16 80 29 3E
Octal 166 306 200 50 0 43 26 200 51 76
Binary 1110110 11000110 10000000 101000 0 100011 10110 10000000 101001 111110

Color Harmonies of #76C680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C680

Black with #76C680

Text Example


Text Example

White with #76C680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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