#7D9121

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

Shades of Trendy Green #7D9121

Tints of Trendy Green #7D9121

Color information

#7D9121 (or 0x7D9121) is unknown color: approx Trendy Green. HEX triplet: 7D, 91 and 21. RGB value is (125,145,33). Sum of RGB (Red+Green+Blue) = 125+145+33=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9121 is #826EDE. Grayscale: #7E7E7E. Windows color (decimal): -8548063 or 2199933. OLE color: 2199933.

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

Color convert

RGB12514533-
CMYK0.1400.770.43
HSL70.71º62.92%34.9%-
HSV(B)70.71º77.24%56.86%-
XYZ18.8624.725.22-
YUV126.2575.37127.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.25%
GREEN value IS 145 (57.03% from 255) = 47.85%
BLUE value IS 33 (13.28% from 255) = 10.89%
R=41.25%
G=47.85%
B=10.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125145330.1400.770.4370.7162.9234.9
Hex7D9121E04D2B473f23
Octal17522141160115531077743
Binary1111101100100011000011110010011011010111000111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,145,33); }

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

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

 a { background-color: rgb(125,145,33); }

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

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

 span { border-color: rgb(125,145,33); }

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