#7D8525

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

Shades of Trendy Green #7D8525

Tints of Trendy Green #7D8525

Color information

#7D8525 (or 0x7D8525) is unknown color: approx Trendy Green. HEX triplet: 7D, 85 and 25. RGB value is (125,133,37). Sum of RGB (Red+Green+Blue) = 125+133+37=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8525 is #827ADA. Grayscale: #787878. Windows color (decimal): -8551131 or 2459005. OLE color: 2459005.

HSL color Cylindrical-coordinate representation of color #7D8525: hue angle of 65º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D8525 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB12513337-
CMYK0.0600.720.48
HSL65º56.47%33.33%-
HSV(B)65º72.18%52.16%-
XYZ17.1821.274.95-
YUV119.6681.35131.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.37%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 37 (14.84% from 255) = 12.54%
R=42.37%
G=45.08%
B=12.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125133370.0600.720.486556.4733.33
Hex7D8525604830413821
Octal1752054560110601017041
Binary111110110000101100101110010010001100001000001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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