#7A9215

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

Shades of Trendy Green #7A9215

Tints of Trendy Green #7A9215

Color information

#7A9215 (or 0x7A9215) is unknown color: approx Trendy Green. HEX triplet: 7A, 92 and 15. RGB value is (122,146,21). Sum of RGB (Red+Green+Blue) = 122+146+21=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #7A9215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9215 is #856DEA. Grayscale: #7D7D7D. Windows color (decimal): -8744427 or 1413754. OLE color: 1413754.

HSL color Cylindrical-coordinate representation of color #7A9215: hue angle of 71.52º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A9215 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB12214621-
CMYK0.1600.860.43
HSL71.52º74.85%32.75%-
HSV(B)71.52º85.62%57.25%-
XYZ18.4424.754.51-
YUV124.5769.55126.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.21%
GREEN value IS 146 (57.42% from 255) = 50.52%
BLUE value IS 21 (8.59% from 255) = 7.27%
R=42.21%
G=50.52%
B=7.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122146210.1600.860.4371.5274.8532.75
Hex7A9215100562B484b21
Octal172222252001265311011341
Binary11110101001001010101100000101011010101110010001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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