#7C9112

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

Shades of Trendy Green #7C9112

Tints of Trendy Green #7C9112

Color information

#7C9112 (or 0x7C9112) is unknown color: approx Trendy Green. HEX triplet: 7C, 91 and 12. RGB value is (124,145,18). Sum of RGB (Red+Green+Blue) = 124+145+18=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #7C9112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9112 is #836EED. Grayscale: #7C7C7C. Windows color (decimal): -8613614 or 1216892. OLE color: 1216892.

HSL color Cylindrical-coordinate representation of color #7C9112: hue angle of 69.92º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C9112 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB12414518-
CMYK0.1400.880.43
HSL69.92º77.91%31.96%-
HSV(B)69.92º87.59%56.86%-
XYZ18.5524.584.34-
YUV124.2468.04127.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.21%
GREEN value IS 145 (57.03% from 255) = 50.52%
BLUE value IS 18 (7.42% from 255) = 6.27%
R=43.21%
G=50.52%
B=6.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124145180.1400.880.4369.9277.9131.96
Hex7C9112E0582B464e20
Octal174221221601305310611640
Binary1111100100100011001011100101100010101110001101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,145,18); }

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

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

 a { background-color: rgb(124,145,18); }

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

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

 span { border-color: rgb(124,145,18); }

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