#7A861E

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

Shades of Trendy Green #7A861E

Tints of Trendy Green #7A861E

Color information

#7A861E (or 0x7A861E) is unknown color: approx Trendy Green. HEX triplet: 7A, 86 and 1E. RGB value is (122,134,30). Sum of RGB (Red+Green+Blue) = 122+134+30=286 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.66% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #7A861E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A861E is #8579E1. Grayscale: #767676. Windows color (decimal): -8747490 or 2000506. OLE color: 2000506.

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

Color convert

RGB12213430-
CMYK0.0900.780.47
HSL66.92º63.41%32.16%-
HSV(B)66.92º77.61%52.55%-
XYZ16.7921.284.45-
YUV118.5678.02130.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.66%
GREEN value IS 134 (52.73% from 255) = 46.85%
BLUE value IS 30 (12.11% from 255) = 10.49%
R=42.66%
G=46.85%
B=10.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122134300.0900.780.4766.9263.4132.16
Hex7A861E904E2F433f20
Octal17220636110116571037740
Binary111101010000110111101001010011101011111000011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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