Html Css Color HEX #7E801A Trendy Green

📋 copy color: '#7E801A'

red 126 ◦ green 128 ◦ blue 26

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

Shades of Trendy Green #7E801A

Tints of Trendy Green #7E801A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.71%

 BLUE value IS 26 (10.55% from 255) = 9.29%

R = 45%
G = 45.71%
B = 9.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#7E801A (or 0x7E801A) is known color: Trendy Green. HEX triplet: 7E, 80 and 1A. RGB value is (126,128,26). Sum of RGB (Red+Green+Blue) = 126+128+26=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #7E801A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E801A is #817FE5. Grayscale: #747474. Windows color (decimal): -8486886 or 1736830. OLE color: 1736830.

HSL color Cylindrical-coordinate representation of color #7E801A: hue angle of 61.18º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E801A is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 126 128 26 -
CMYK 0.02 0 0.80 0.50
HSL 61.18º 0.66% 0.3% -
HSV(B) 61.18º 0.8% 0.5% -
XYZ 16.51 19.95 3.96 -
YUV 115.77 77.34 135.29 -
System Red Green Blue C M Y K H S L
Decimal 126 128 26 0.02 0 0.80 0.50 61.18 0.66 0.3
Hex 7E 80 1A 2 0 50 32 3D 42 1E
Octal 176 200 32 2 0 120 62 75 102 36
Binary 1111110 10000000 11010 10 0 1010000 110010 111101 1000010 11110

Color Harmonies of #7E801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E801A

Black with #7E801A

Text Example


Text Example

White with #7E801A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,128,26); }

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

background-color css

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

 a { background-color: rgb(126,128,26); }

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

border-color css

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

 span { border-color: rgb(126,128,26); }

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