#7A8411

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

Shades of Trendy Green #7A8411

Tints of Trendy Green #7A8411

Color information

#7A8411 (or 0x7A8411) is unknown color: approx Trendy Green. HEX triplet: 7A, 84 and 11. RGB value is (122,132,17). Sum of RGB (Red+Green+Blue) = 122+132+17=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #7A8411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8411 is #857BEE. Grayscale: #747474. Windows color (decimal): -8748015 or 1148026. OLE color: 1148026.

HSL color Cylindrical-coordinate representation of color #7A8411: hue angle of 65.22º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A8411 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB12213217-
CMYK0.0800.870.48
HSL65.22º77.18%29.22%-
HSV(B)65.22º87.12%51.76%-
XYZ16.3820.683.66-
YUV115.972.19132.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.02%
GREEN value IS 132 (51.95% from 255) = 48.71%
BLUE value IS 17 (7.03% from 255) = 6.27%
R=45.02%
G=48.71%
B=6.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122132170.0800.870.4865.2277.1829.22
Hex7A8411805730414d1d
Octal172204211001276010111535
Binary111101010000100100011000010101111100001000001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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