#7D8516

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

Shades of Trendy Green #7D8516

Tints of Trendy Green #7D8516

Color information

#7D8516 (or 0x7D8516) is unknown color: approx Trendy Green. HEX triplet: 7D, 85 and 16. RGB value is (125,133,22). Sum of RGB (Red+Green+Blue) = 125+133+22=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8516 is #827AE9. Grayscale: #767676. Windows color (decimal): -8551146 or 1475965. OLE color: 1475965.

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

Color convert

RGB12513322-
CMYK0.0600.830.48
HSL64.32º71.61%30.39%-
HSV(B)64.32º83.46%52.16%-
XYZ16.9921.193.95-
YUV117.9573.85133.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.64%
GREEN value IS 133 (52.34% from 255) = 47.5%
BLUE value IS 22 (8.98% from 255) = 7.86%
R=44.64%
G=47.5%
B=7.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125133220.0600.830.4864.3271.6130.39
Hex7D851660533040481e
Octal17520526601236010011036
Binary11111011000010110110110010100111100001000000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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