Html Css Color HEX #76C684 De York

📋 copy color: '#76C684'

red 118 ◦ green 198 ◦ blue 132

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

Shades of De York #76C684

Tints of De York #76C684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.46%

R = 26.34%
G = 44.2%
B = 29.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#76C684 (or 0x76C684) is known color: De York. HEX triplet: 76, C6 and 84. RGB value is (118,198,132). Sum of RGB (Red+Green+Blue) = 118+198+132=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 198 - color contains mainly: green. Hex color #76C684 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C684 is #89397B. Grayscale: #A6A6A6. Windows color (decimal): -8993148 or 8701558. OLE color: 8701558.

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

Color convert

RGB 118 198 132 -
CMYK 0.40 0 0.33 0.22
HSL 130.5º 0.41% 0.62% -
HSV(B) 130.5º 0.4% 0.78% -
XYZ 31.83 45.91 29.01 -
YUV 166.56 108.5 93.37 -
System Red Green Blue C M Y K H S L
Decimal 118 198 132 0.40 0 0.33 0.22 130.5 0.41 0.62
Hex 76 C6 84 28 0 21 16 82 29 3E
Octal 166 306 204 50 0 41 26 202 51 76
Binary 1110110 11000110 10000100 101000 0 100001 10110 10000010 101001 111110

Color Harmonies of #76C684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C684

Black with #76C684

Text Example


Text Example

White with #76C684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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