#7A802F

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

Shades of Trendy Green #7A802F

Tints of Trendy Green #7A802F

Color information

#7A802F (or 0x7A802F) is unknown color: approx Trendy Green. HEX triplet: 7A, 80 and 2F. RGB value is (122,128,47). Sum of RGB (Red+Green+Blue) = 122+128+47=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #7A802F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A802F is #857FD0. Grayscale: #757575. Windows color (decimal): -8749009 or 3113082. OLE color: 3113082.

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

Color convert

RGB12212847-
CMYK0.0500.630.50
HSL64.44º46.29%34.31%-
HSV(B)64.44º63.28%50.2%-
XYZ16.2619.785.65-
YUV116.9788.51131.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.08%
GREEN value IS 128 (50.39% from 255) = 43.10%
BLUE value IS 47 (18.75% from 255) = 15.82%
R=41.08%
G=43.10%
B=15.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal122128470.0500.630.5064.4446.2934.31
Hex7A802F503F32402e22
Octal172200575077621005642
Binary11110101000000010111110101111111100101000000101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A802F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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