#7D901E

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

Shades of Trendy Green #7D901E

Tints of Trendy Green #7D901E

Color information

#7D901E (or 0x7D901E) is unknown color: approx Trendy Green. HEX triplet: 7D, 90 and 1E. RGB value is (125,144,30). Sum of RGB (Red+Green+Blue) = 125+144+30=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #7D901E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D901E is #826FE1. Grayscale: #7D7D7D. Windows color (decimal): -8548322 or 2003069. OLE color: 2003069.

HSL color Cylindrical-coordinate representation of color #7D901E: hue angle of 70º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D901E is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB12514430-
CMYK0.1300.790.44
HSL70º65.52%34.12%-
HSV(B)70º79.17%56.47%-
XYZ18.6724.44.95-
YUV125.3274.21127.77-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.81%
GREEN value IS 144 (56.64% from 255) = 48.16%
BLUE value IS 30 (12.11% from 255) = 10.03%
R=41.81%
G=48.16%
B=10.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125144300.1300.790.447065.5234.12
Hex7D901ED04F2C464222
Octal175220361501175410610242
Binary1111101100100001111011010100111110110010001101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D901E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,144,30); }

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

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

 a { background-color: rgb(125,144,30); }

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

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

 span { border-color: rgb(125,144,30); }

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