Html Css Color HEX #7EBE76 De York

📋 copy color: '#7EBE76'

red 126 ◦ green 190 ◦ blue 118

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

Shades of De York #7EBE76

Tints of De York #7EBE76

RGB

 RED value IS 126 (49.61% from 255) = 29.03%

 GREEN value IS 190 (74.61% from 255) = 43.78%

 BLUE value IS 118 (46.48% from 255) = 27.19%

R = 29.03%
G = 43.78%
B = 27.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#7EBE76 (or 0x7EBE76) is known color: De York. HEX triplet: 7E, BE and 76. RGB value is (126,190,118). Sum of RGB (Red+Green+Blue) = 126+190+118=434 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.03% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBE76 is #814189. Grayscale: #A2A2A2. Windows color (decimal): -8470922 or 7782014. OLE color: 7782014.

HSL color Cylindrical-coordinate representation of color #7EBE76: hue angle of 113.33º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EBE76 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 190 118 -
CMYK 0.34 0 0.38 0.25
HSL 113.33º 0.36% 0.6% -
HSV(B) 113.33º 0.38% 0.75% -
XYZ 30.29 42.57 23.76 -
YUV 162.66 102.8 101.85 -
System Red Green Blue C M Y K H S L
Decimal 126 190 118 0.34 0 0.38 0.25 113.33 0.36 0.6
Hex 7E BE 76 22 0 26 19 71 24 3C
Octal 176 276 166 42 0 46 31 161 44 74
Binary 1111110 10111110 1110110 100010 0 100110 11001 1110001 100100 111100

Color Harmonies of #7EBE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBE76

Black with #7EBE76

Text Example


Text Example

White with #7EBE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7EBE76; }

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

 H1.HeaderClassName
 {
   color: #7EBE76;
 }
 .AnyTagClassName
 {
   color: #7EBE76;
 }
</style>

background-color css

<style>
 a { background-color: #7EBE76; }

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

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

border-color css

<style>
 span { border-color: #7EBE76; }

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

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