Html Css Color HEX #7E8C13 Trendy Green

📋 copy color: '#7E8C13'

red 126 ◦ green 140 ◦ blue 19

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

Shades of Trendy Green #7E8C13

Tints of Trendy Green #7E8C13

RGB

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

 GREEN value IS 140 (55.08% from 255) = 49.12%

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

R = 44.21%
G = 49.12%
B = 6.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#7E8C13 (or 0x7E8C13) is known color: Trendy Green. HEX triplet: 7E, 8C and 13. RGB value is (126,140,19). Sum of RGB (Red+Green+Blue) = 126+140+19=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 140 (55.08% from 255 or 49.12% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 140 - color contains mainly: green. Hex color #7E8C13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8C13 is #8173EC. Grayscale: #7A7A7A. Windows color (decimal): -8483821 or 1281150. OLE color: 1281150.

HSL color Cylindrical-coordinate representation of color #7E8C13: hue angle of 66.94º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E8C13 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 126 140 19 -
CMYK 0.10 0 0.86 0.45
HSL 66.94º 0.76% 0.31% -
HSV(B) 66.94º 0.86% 0.55% -
XYZ 18.1 23.24 4.15 -
YUV 122.02 69.86 130.84 -
System Red Green Blue C M Y K H S L
Decimal 126 140 19 0.10 0 0.86 0.45 66.94 0.76 0.31
Hex 7E 8C 13 A 0 56 2D 43 4C 1F
Octal 176 214 23 12 0 126 55 103 114 37
Binary 1111110 10001100 10011 1010 0 1010110 101101 1000011 1001100 11111

Color Harmonies of #7E8C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8C13

Black with #7E8C13

Text Example


Text Example

White with #7E8C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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