#7D8E25

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

Shades of Trendy Green #7D8E25

Tints of Trendy Green #7D8E25

Color information

#7D8E25 (or 0x7D8E25) is unknown color: approx Trendy Green. HEX triplet: 7D, 8E and 25. RGB value is (125,142,37). Sum of RGB (Red+Green+Blue) = 125+142+37=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 142 - color contains mainly: green. Hex color #7D8E25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8E25 is #8271DA. Grayscale: #7D7D7D. Windows color (decimal): -8548827 or 2461309. OLE color: 2461309.

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

Color convert

RGB12514237-
CMYK0.1200.740.44
HSL69.71º58.66%35.1%-
HSV(B)69.71º73.94%55.69%-
XYZ18.4623.845.38-
YUV124.9578.37128.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.12%
GREEN value IS 142 (55.86% from 255) = 46.71%
BLUE value IS 37 (14.84% from 255) = 12.17%
R=41.12%
G=46.71%
B=12.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125142370.1200.740.4469.7158.6635.1
Hex7D8E25C04A2C463b23
Octal17521645140112541067343
Binary1111101100011101001011100010010101011001000110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,142,37); }

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

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

 a { background-color: rgb(125,142,37); }

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

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

 span { border-color: rgb(125,142,37); }

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