Html Css Color HEX #76C07E De York

📋 copy color: '#76C07E'

red 118 ◦ green 192 ◦ blue 126

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

Shades of De York #76C07E

Tints of De York #76C07E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.04%

 BLUE value IS 126 (49.61% from 255) = 28.9%

R = 27.06%
G = 44.04%
B = 28.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#76C07E (or 0x76C07E) is known color: De York. HEX triplet: 76, C0 and 7E. RGB value is (118,192,126). Sum of RGB (Red+Green+Blue) = 118+192+126=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #76C07E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C07E is #893F81. Grayscale: #A2A2A2. Windows color (decimal): -8994690 or 8306806. OLE color: 8306806.

HSL color Cylindrical-coordinate representation of color #76C07E: hue angle of 126.49º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C07E is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 192 126 -
CMYK 0.39 0 0.34 0.25
HSL 126.49º 0.37% 0.61% -
HSV(B) 126.49º 0.39% 0.75% -
XYZ 30.09 43.06 26.46 -
YUV 162.35 107.48 96.37 -
System Red Green Blue C M Y K H S L
Decimal 118 192 126 0.39 0 0.34 0.25 126.49 0.37 0.61
Hex 76 C0 7E 27 0 22 19 7E 25 3D
Octal 166 300 176 47 0 42 31 176 45 75
Binary 1110110 11000000 1111110 100111 0 100010 11001 1111110 100101 111101

Color Harmonies of #76C07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C07E

Black with #76C07E

Text Example


Text Example

White with #76C07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,192,126); }

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

background-color css

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

 a { background-color: rgb(118,192,126); }

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

border-color css

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

 span { border-color: rgb(118,192,126); }

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