#7D8825

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

Shades of Trendy Green #7D8825

Tints of Trendy Green #7D8825

Color information

#7D8825 (or 0x7D8825) is unknown color: approx Trendy Green. HEX triplet: 7D, 88 and 25. RGB value is (125,136,37). Sum of RGB (Red+Green+Blue) = 125+136+37=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8825 is #8277DA. Grayscale: #797979. Windows color (decimal): -8550363 or 2459773. OLE color: 2459773.

HSL color Cylindrical-coordinate representation of color #7D8825: hue angle of 66.67º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D8825 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB12513637-
CMYK0.0800.730.47
HSL66.67º57.23%33.92%-
HSV(B)66.67º72.79%53.33%-
XYZ17.622.15.09-
YUV121.4280.36130.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.95%
GREEN value IS 136 (53.52% from 255) = 45.64%
BLUE value IS 37 (14.84% from 255) = 12.42%
R=41.95%
G=45.64%
B=12.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125136370.0800.730.4766.6757.2333.92
Hex7D882580492F433922
Octal17521045100111571037142
Binary1111101100010001001011000010010011011111000011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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