Html Css Color HEX #7EBC74 De York

📋 copy color: '#7EBC74'

red 126 ◦ green 188 ◦ blue 116

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

Shades of De York #7EBC74

Tints of De York #7EBC74

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.72%

 BLUE value IS 116 (45.7% from 255) = 26.98%

R = 29.3%
G = 43.72%
B = 26.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#7EBC74 (or 0x7EBC74) is known color: De York. HEX triplet: 7E, BC and 74. RGB value is (126,188,116). Sum of RGB (Red+Green+Blue) = 126+188+116=430 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.30% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBC74 is #81438B. Grayscale: #A1A1A1. Windows color (decimal): -8471436 or 7650430. OLE color: 7650430.

HSL color Cylindrical-coordinate representation of color #7EBC74: hue angle of 111.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EBC74 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 188 116 -
CMYK 0.33 0 0.38 0.26
HSL 111.67º 0.35% 0.6% -
HSV(B) 111.67º 0.38% 0.74% -
XYZ 29.74 41.66 23 -
YUV 161.25 102.46 102.85 -
System Red Green Blue C M Y K H S L
Decimal 126 188 116 0.33 0 0.38 0.26 111.67 0.35 0.6
Hex 7E BC 74 21 0 26 1A 70 23 3C
Octal 176 274 164 41 0 46 32 160 43 74
Binary 1111110 10111100 1110100 100001 0 100110 11010 1110000 100011 111100

Color Harmonies of #7EBC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBC74

Black with #7EBC74

Text Example


Text Example

White with #7EBC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,188,116); }

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

background-color css

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

 a { background-color: rgb(126,188,116); }

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

border-color css

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

 span { border-color: rgb(126,188,116); }

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