#7D8920

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

Shades of Trendy Green #7D8920

Tints of Trendy Green #7D8920

Color information

#7D8920 (or 0x7D8920) is unknown color: approx Trendy Green. HEX triplet: 7D, 89 and 20. RGB value is (125,137,32). Sum of RGB (Red+Green+Blue) = 125+137+32=294 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.52% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8920 is #8276DF. Grayscale: #797979. Windows color (decimal): -8550112 or 2132349. OLE color: 2132349.

HSL color Cylindrical-coordinate representation of color #7D8920: hue angle of 66.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D8920 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB12513732-
CMYK0.0900.770.46
HSL66.86º62.13%33.14%-
HSV(B)66.86º76.64%53.73%-
XYZ17.6622.364.75-
YUV121.4477.52130.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.52%
GREEN value IS 137 (53.91% from 255) = 46.60%
BLUE value IS 32 (12.89% from 255) = 10.88%
R=42.52%
G=46.60%
B=10.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal125137320.0900.770.4666.8662.1333.14
Hex7D8920904D2E433e21
Octal17521140110115561037641
Binary1111101100010011000001001010011011011101000011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,137,32); }

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

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

 a { background-color: rgb(125,137,32); }

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

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

 span { border-color: rgb(125,137,32); }

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