#7A802A

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

Shades of Trendy Green #7A802A

Tints of Trendy Green #7A802A

Color information

#7A802A (or 0x7A802A) is unknown color: approx Trendy Green. HEX triplet: 7A, 80 and 2A. RGB value is (122,128,42). Sum of RGB (Red+Green+Blue) = 122+128+42=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 128 - color contains mainly: green. Hex color #7A802A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A802A is #857FD5. Grayscale: #747474. Windows color (decimal): -8749014 or 2785402. OLE color: 2785402.

HSL color Cylindrical-coordinate representation of color #7A802A: hue angle of 64.19º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A802A is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB12212842-
CMYK0.0500.670.50
HSL64.19º50.59%33.33%-
HSV(B)64.19º67.19%50.2%-
XYZ16.1619.745.15-
YUV116.486.01131.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.78%
GREEN value IS 128 (50.39% from 255) = 43.84%
BLUE value IS 42 (16.80% from 255) = 14.38%
R=41.78%
G=43.84%
B=14.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal122128420.0500.670.5064.1950.5933.33
Hex7A802A504332403321
Octal1722005250103621006341
Binary111101010000000101010101010000111100101000000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,128,42); }

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

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

 a { background-color: rgb(122,128,42); }

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

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

 span { border-color: rgb(122,128,42); }

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