#7D8216

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

Shades of Trendy Green #7D8216

Tints of Trendy Green #7D8216

Color information

#7D8216 (or 0x7D8216) is unknown color: approx Trendy Green. HEX triplet: 7D, 82 and 16. RGB value is (125,130,22). Sum of RGB (Red+Green+Blue) = 125+130+22=277 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.13% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8216 is #827DE9. Grayscale: #747474. Windows color (decimal): -8551914 or 1475197. OLE color: 1475197.

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

Color convert

RGB12513022-
CMYK0.0400.830.49
HSL62.78º71.05%29.8%-
HSV(B)62.78º83.08%50.98%-
XYZ16.5820.383.82-
YUV116.1974.84134.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.13%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 22 (8.98% from 255) = 7.94%
R=45.13%
G=46.93%
B=7.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125130220.0400.830.4962.7871.0529.8
Hex7D82164053313f471e
Octal1752022640123617710736
Binary1111101100000101011010001010011110001111111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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