#7A802E

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

Shades of Trendy Green #7A802E

Tints of Trendy Green #7A802E

Color information

#7A802E (or 0x7A802E) is unknown color: approx Trendy Green. HEX triplet: 7A, 80 and 2E. RGB value is (122,128,46). Sum of RGB (Red+Green+Blue) = 122+128+46=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 128 - color contains mainly: green. Hex color #7A802E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A802E is #857FD1. Grayscale: #757575. Windows color (decimal): -8749010 or 3047546. OLE color: 3047546.

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

Color convert

RGB12212846-
CMYK0.0500.640.50
HSL64.39º47.13%34.12%-
HSV(B)64.39º64.06%50.2%-
XYZ16.2419.775.55-
YUV116.8688.01131.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.22%
GREEN value IS 128 (50.39% from 255) = 43.24%
BLUE value IS 46 (18.36% from 255) = 15.54%
R=41.22%
G=43.24%
B=15.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal122128460.0500.640.5064.3947.1334.12
Hex7A802E504032402f22
Octal1722005650100621005742
Binary111101010000000101110101010000001100101000000101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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