Html Css Color HEX #7E822F Trendy Green

📋 copy color: '#7E822F'

red 126 ◦ green 130 ◦ blue 47

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

Shades of Trendy Green #7E822F

Tints of Trendy Green #7E822F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.9%

 BLUE value IS 47 (18.75% from 255) = 15.51%

R = 41.58%
G = 42.9%
B = 15.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#7E822F (or 0x7E822F) is known color: Trendy Green. HEX triplet: 7E, 82 and 2F. RGB value is (126,130,47). Sum of RGB (Red+Green+Blue) = 126+130+47=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #7E822F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E822F is #817DD0. Grayscale: #777777. Windows color (decimal): -8486353 or 3113598. OLE color: 3113598.

HSL color Cylindrical-coordinate representation of color #7E822F: hue angle of 62.89º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E822F is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 126 130 47 -
CMYK 0.03 0 0.64 0.49
HSL 62.89º 0.47% 0.35% -
HSV(B) 62.89º 0.64% 0.51% -
XYZ 17.1 20.61 5.77 -
YUV 119.34 87.17 132.75 -
System Red Green Blue C M Y K H S L
Decimal 126 130 47 0.03 0 0.64 0.49 62.89 0.47 0.35
Hex 7E 82 2F 3 0 40 31 3F 2F 23
Octal 176 202 57 3 0 100 61 77 57 43
Binary 1111110 10000010 101111 11 0 1000000 110001 111111 101111 100011

Color Harmonies of #7E822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E822F

Black with #7E822F

Text Example


Text Example

White with #7E822F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,130,47); }

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

background-color css

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

 a { background-color: rgb(126,130,47); }

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

border-color css

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

 span { border-color: rgb(126,130,47); }

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