#7A862C

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

Shades of Trendy Green #7A862C

Tints of Trendy Green #7A862C

Color information

#7A862C (or 0x7A862C) is unknown color: approx Trendy Green. HEX triplet: 7A, 86 and 2C. RGB value is (122,134,44). Sum of RGB (Red+Green+Blue) = 122+134+44=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #7A862C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A862C is #8579D3. Grayscale: #787878. Windows color (decimal): -8747476 or 2918010. OLE color: 2918010.

HSL color Cylindrical-coordinate representation of color #7A862C: hue angle of 68º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A862C is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB12213444-
CMYK0.0900.670.47
HSL68º50.56%34.9%-
HSV(B)68º67.16%52.55%-
XYZ17.0121.375.61-
YUV120.1585.02129.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.67%
GREEN value IS 134 (52.73% from 255) = 44.67%
BLUE value IS 44 (17.58% from 255) = 14.67%
R=40.67%
G=44.67%
B=14.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122134440.0900.670.476850.5634.9
Hex7A862C90432F443323
Octal17220654110103571046343
Binary1111010100001101011001001010000111011111000100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A862C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,134,44); }

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

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

 a { background-color: rgb(122,134,44); }

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

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

 span { border-color: rgb(122,134,44); }

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