#7D8317

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

Shades of Trendy Green #7D8317

Tints of Trendy Green #7D8317

Color information

#7D8317 (or 0x7D8317) is unknown color: approx Trendy Green. HEX triplet: 7D, 83 and 17. RGB value is (125,131,23). Sum of RGB (Red+Green+Blue) = 125+131+23=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #7D8317 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8317 is #827CE8. Grayscale: #757575. Windows color (decimal): -8551657 or 1540989. OLE color: 1540989.

HSL color Cylindrical-coordinate representation of color #7D8317: hue angle of 63.33º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D8317 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB12513123-
CMYK0.0500.820.49
HSL63.33º70.13%30.2%-
HSV(B)63.33º82.44%51.37%-
XYZ16.7320.653.92-
YUV116.8975.01133.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.80%
GREEN value IS 131 (51.56% from 255) = 46.95%
BLUE value IS 23 (9.38% from 255) = 8.24%
R=44.80%
G=46.95%
B=8.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125131230.0500.820.4963.3370.1330.2
Hex7D83175052313f461e
Octal1752032750122617710636
Binary1111101100000111011110101010010110001111111100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,131,23); }

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

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

 a { background-color: rgb(125,131,23); }

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

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

 span { border-color: rgb(125,131,23); }

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