#7A8132

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

Shades of Trendy Green #7A8132

Tints of Trendy Green #7A8132

Color information

#7A8132 (or 0x7A8132) is unknown color: approx Trendy Green. HEX triplet: 7A, 81 and 32. RGB value is (122,129,50). Sum of RGB (Red+Green+Blue) = 122+129+50=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #7A8132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8132 is #857ECD. Grayscale: #767676. Windows color (decimal): -8748750 or 3309946. OLE color: 3309946.

HSL color Cylindrical-coordinate representation of color #7A8132: hue angle of 65.32º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A8132 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB12212950-
CMYK0.0500.610.49
HSL65.32º44.13%35.1%-
HSV(B)65.32º61.24%50.59%-
XYZ16.4520.076.02-
YUV117.989.68130.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.53%
GREEN value IS 129 (50.78% from 255) = 42.86%
BLUE value IS 50 (19.92% from 255) = 16.61%
R=40.53%
G=42.86%
B=16.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122129500.0500.610.4965.3244.1335.1
Hex7A8132503D31412c23
Octal172201625075611015443
Binary11110101000000111001010101111011100011000001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,129,50); }

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

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

 a { background-color: rgb(122,129,50); }

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

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

 span { border-color: rgb(122,129,50); }

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