#7a8d11

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

Shades of Trendy Green #7A8D11

Tints of Trendy Green #7A8D11

Color information

#7A8D11 (or 0x7A8D11) is unknown color: approx Trendy Green. HEX triplet: 7A, 8D and 11. RGB value is (122,141,17). Sum of RGB (Red+Green+Blue) = 122+141+17=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #7A8D11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8D11 is #8572EE. Grayscale: #797979. Windows color (decimal): -8745711 or 1150330. OLE color: 1150330.

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

Color convert

RGB12214117-
CMYK0.1300.880.45
HSL69.19º78.48%30.98%-
HSV(B)69.19º87.94%55.29%-
XYZ17.6523.234.08-
YUV121.1869.21128.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.57%
GREEN value IS 141 (55.47% from 255) = 50.36%
BLUE value IS 17 (7.03% from 255) = 6.07%
R=43.57%
G=50.36%
B=6.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal122141170.1300.880.4569.1978.4830.98
Hex7A8D11D0582D454e1f
Octal172215211501305510511637
Binary111101010001101100011101010110001011011000101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a8d11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,141,17); }

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

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

 a { background-color: rgb(122,141,17); }

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

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

 span { border-color: rgb(122,141,17); }

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