#7D9026

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

Shades of Trendy Green #7D9026

Tints of Trendy Green #7D9026

Color information

#7D9026 (or 0x7D9026) is unknown color: approx Trendy Green. HEX triplet: 7D, 90 and 26. RGB value is (125,144,38). Sum of RGB (Red+Green+Blue) = 125+144+38=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #7D9026 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9026 is #826FD9. Grayscale: #7E7E7E. Windows color (decimal): -8548314 or 2527357. OLE color: 2527357.

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

Color convert

RGB12514438-
CMYK0.1300.740.44
HSL70.75º58.24%35.69%-
HSV(B)70.75º73.61%56.47%-
XYZ18.7824.455.56-
YUV126.2378.21127.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.72%
GREEN value IS 144 (56.64% from 255) = 46.91%
BLUE value IS 38 (15.23% from 255) = 12.38%
R=40.72%
G=46.91%
B=12.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125144380.1300.740.4470.7558.2435.69
Hex7D9026D04A2C473a24
Octal17522046150112541077244
Binary1111101100100001001101101010010101011001000111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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