Html Css Color HEX #7E8428 Trendy Green

📋 copy color: '#7E8428'

red 126 ◦ green 132 ◦ blue 40

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

Shades of Trendy Green #7E8428

Tints of Trendy Green #7E8428

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.3%

 BLUE value IS 40 (16.02% from 255) = 13.42%

R = 42.28%
G = 44.3%
B = 13.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#7E8428 (or 0x7E8428) is known color: Trendy Green. HEX triplet: 7E, 84 and 28. RGB value is (126,132,40). Sum of RGB (Red+Green+Blue) = 126+132+40=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #7E8428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8428 is #817BD7. Grayscale: #787878. Windows color (decimal): -8485848 or 2655358. OLE color: 2655358.

HSL color Cylindrical-coordinate representation of color #7E8428: hue angle of 63.91º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E8428 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 126 132 40 -
CMYK 0.05 0 0.70 0.48
HSL 63.91º 0.53% 0.34% -
HSV(B) 63.91º 0.7% 0.52% -
XYZ 17.24 21.09 5.17 -
YUV 119.72 83.01 132.48 -
System Red Green Blue C M Y K H S L
Decimal 126 132 40 0.05 0 0.70 0.48 63.91 0.53 0.34
Hex 7E 84 28 5 0 46 30 40 35 22
Octal 176 204 50 5 0 106 60 100 65 42
Binary 1111110 10000100 101000 101 0 1000110 110000 1000000 110101 100010

Color Harmonies of #7E8428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8428

Black with #7E8428

Text Example


Text Example

White with #7E8428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,132,40); }

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

background-color css

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

 a { background-color: rgb(126,132,40); }

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

border-color css

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

 span { border-color: rgb(126,132,40); }

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