#7A9212

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

Shades of Trendy Green #7A9212

Tints of Trendy Green #7A9212

Color information

#7A9212 (or 0x7A9212) is unknown color: approx Trendy Green. HEX triplet: 7A, 92 and 12. RGB value is (122,146,18). Sum of RGB (Red+Green+Blue) = 122+146+18=286 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.66% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #7A9212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9212 is #856DED. Grayscale: #7C7C7C. Windows color (decimal): -8744430 or 1217146. OLE color: 1217146.

HSL color Cylindrical-coordinate representation of color #7A9212: hue angle of 71.25º 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 #7A9212 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB12214618-
CMYK0.1600.880.43
HSL71.25º78.05%32.16%-
HSV(B)71.25º87.67%57.25%-
XYZ18.4124.744.38-
YUV124.2368.05126.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.66%
GREEN value IS 146 (57.42% from 255) = 51.05%
BLUE value IS 18 (7.42% from 255) = 6.29%
R=42.66%
G=51.05%
B=6.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122146180.1600.880.4371.2578.0532.16
Hex7A9212100582B474e20
Octal172222222001305310711640
Binary11110101001001010010100000101100010101110001111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,146,18); }

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

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

 a { background-color: rgb(122,146,18); }

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

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

 span { border-color: rgb(122,146,18); }

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