#7A842F

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

Shades of Trendy Green #7A842F

Tints of Trendy Green #7A842F

Color information

#7A842F (or 0x7A842F) is unknown color: approx Trendy Green. HEX triplet: 7A, 84 and 2F. RGB value is (122,132,47). Sum of RGB (Red+Green+Blue) = 122+132+47=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #7A842F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A842F is #857BD0. Grayscale: #777777. Windows color (decimal): -8747985 or 3114106. OLE color: 3114106.

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

Color convert

RGB12213247-
CMYK0.0800.640.48
HSL67.06º47.49%35.1%-
HSV(B)67.06º64.39%51.76%-
XYZ16.7920.855.83-
YUV119.3287.19129.91-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.53%
GREEN value IS 132 (51.95% from 255) = 43.85%
BLUE value IS 47 (18.75% from 255) = 15.61%
R=40.53%
G=43.85%
B=15.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122132470.0800.640.4867.0647.4935.1
Hex7A842F804030432f23
Octal17220457100100601035743
Binary1111010100001001011111000010000001100001000011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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