#7C862A

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

Shades of Trendy Green #7C862A

Tints of Trendy Green #7C862A

Color information

#7C862A (or 0x7C862A) is unknown color: approx Trendy Green. HEX triplet: 7C, 86 and 2A. RGB value is (124,134,42). Sum of RGB (Red+Green+Blue) = 124+134+42=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #7C862A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C862A is #8379D5. Grayscale: #787878. Windows color (decimal): -8616406 or 2786940. OLE color: 2786940.

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

Color convert

RGB12413442-
CMYK0.0700.690.47
HSL66.52º52.27%34.51%-
HSV(B)66.52º68.66%52.55%-
XYZ17.2621.55.43-
YUV120.5283.69130.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.33%
GREEN value IS 134 (52.73% from 255) = 44.67%
BLUE value IS 42 (16.80% from 255) = 14%
R=41.33%
G=44.67%
B=14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124134420.0700.690.4766.5252.2734.51
Hex7C862A70452F433423
Octal1742065270105571036443
Binary111110010000110101010111010001011011111000011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,134,42); }

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

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

 a { background-color: rgb(124,134,42); }

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

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

 span { border-color: rgb(124,134,42); }

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