#7D8531

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

Shades of Trendy Green #7D8531

Tints of Trendy Green #7D8531

Color information

#7D8531 (or 0x7D8531) is unknown color: approx Trendy Green. HEX triplet: 7D, 85 and 31. RGB value is (125,133,49). Sum of RGB (Red+Green+Blue) = 125+133+49=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8531 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8531 is #827ACE. Grayscale: #797979. Windows color (decimal): -8551119 or 3245437. OLE color: 3245437.

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

Color convert

RGB12513349-
CMYK0.0600.630.48
HSL65.71º46.15%35.69%-
HSV(B)65.71º63.16%52.16%-
XYZ17.421.366.11-
YUV121.0387.35130.83-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.72%
GREEN value IS 133 (52.34% from 255) = 43.32%
BLUE value IS 49 (19.53% from 255) = 15.96%
R=40.72%
G=43.32%
B=15.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125133490.0600.630.4865.7146.1535.69
Hex7D8531603F30422e24
Octal175205616077601025644
Binary11111011000010111000111001111111100001000010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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