Html Css Color HEX #76C686 De York

📋 copy color: '#76C686'

red 118 ◦ green 198 ◦ blue 134

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

Shades of De York #76C686

Tints of De York #76C686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.78%

R = 26.22%
G = 44%
B = 29.78%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#76C686 (or 0x76C686) is known color: De York. HEX triplet: 76, C6 and 86. RGB value is (118,198,134). Sum of RGB (Red+Green+Blue) = 118+198+134=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 198 - color contains mainly: green. Hex color #76C686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C686 is #893979. Grayscale: #A6A6A6. Windows color (decimal): -8993146 or 8832630. OLE color: 8832630.

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

Color convert

RGB 118 198 134 -
CMYK 0.40 0 0.32 0.22
HSL 132º 0.41% 0.62% -
HSV(B) 132º 0.4% 0.78% -
XYZ 31.97 45.96 29.74 -
YUV 166.78 109.5 93.2 -
System Red Green Blue C M Y K H S L
Decimal 118 198 134 0.40 0 0.32 0.22 132 0.41 0.62
Hex 76 C6 86 28 0 20 16 84 29 3E
Octal 166 306 206 50 0 40 26 204 51 76
Binary 1110110 11000110 10000110 101000 0 100000 10110 10000100 101001 111110

Color Harmonies of #76C686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C686

Black with #76C686

Text Example


Text Example

White with #76C686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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