#7E8116

Color #7E8116 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #7E8116

Tints of Trendy Green #7E8116

Color information

#7E8116 (or 0x7E8116) is unknown color: approx Trendy Green. HEX triplet: 7E, 81 and 16. RGB value is (126,129,22). Sum of RGB (Red+Green+Blue) = 126+129+22=277 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.49% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #7E8116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8116 is #817EE9. Grayscale: #747474. Windows color (decimal): -8486634 or 1474942. OLE color: 1474942.

HSL color Cylindrical-coordinate representation of color #7E8116: hue angle of 61.68º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E8116 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB12612922-
CMYK0.0200.830.49
HSL61.68º70.86%29.61%-
HSV(B)61.68º82.95%50.59%-
XYZ16.620.193.78-
YUV115.975.01135.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.49%
GREEN value IS 129 (50.78% from 255) = 46.57%
BLUE value IS 22 (8.98% from 255) = 7.94%
R=45.49%
G=46.57%
B=7.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126129220.0200.830.4961.6870.8629.61
Hex7E81162053313e471e
Octal1762012620123617610736
Binary111111010000001101101001010011110001111110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,129,22); }

 H1.HeaderClassName
 {
   color: #7E8116;
 }
 .AnyTagClassName
 {
   color: #7E8116;
 }
</style>
background-color css

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

 a { background-color: rgb(126,129,22); }

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

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

 span { border-color: rgb(126,129,22); }

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