Html Css Color HEX #7E8213 Trendy Green

📋 copy color: '#7E8213'

red 126 ◦ green 130 ◦ blue 19

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

Shades of Trendy Green #7E8213

Tints of Trendy Green #7E8213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.91%

R = 45.82%
G = 47.27%
B = 6.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#7E8213 (or 0x7E8213) is known color: Trendy Green. HEX triplet: 7E, 82 and 13. RGB value is (126,130,19). Sum of RGB (Red+Green+Blue) = 126+130+19=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #7E8213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8213 is #817DEC. Grayscale: #747474. Windows color (decimal): -8486381 or 1278590. OLE color: 1278590.

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

Color convert

RGB 126 130 19 -
CMYK 0.03 0 0.85 0.49
HSL 62.16º 0.74% 0.29% -
HSV(B) 62.16º 0.85% 0.51% -
XYZ 16.7 20.45 3.68 -
YUV 116.15 73.17 135.03 -
System Red Green Blue C M Y K H S L
Decimal 126 130 19 0.03 0 0.85 0.49 62.16 0.74 0.29
Hex 7E 82 13 3 0 55 31 3E 4A 1D
Octal 176 202 23 3 0 125 61 76 112 35
Binary 1111110 10000010 10011 11 0 1010101 110001 111110 1001010 11101

Color Harmonies of #7E8213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8213

Black with #7E8213

Text Example


Text Example

White with #7E8213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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