#7D8219

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

Shades of Trendy Green #7D8219

Tints of Trendy Green #7D8219

Color information

#7D8219 (or 0x7D8219) is unknown color: approx Trendy Green. HEX triplet: 7D, 82 and 19. RGB value is (125,130,25). Sum of RGB (Red+Green+Blue) = 125+130+25=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8219 is #827DE6. Grayscale: #747474. Windows color (decimal): -8551911 or 1671805. OLE color: 1671805.

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

Color convert

RGB12513025-
CMYK0.0400.810.49
HSL62.86º67.74%30.39%-
HSV(B)62.86º80.77%50.98%-
XYZ16.6220.43.98-
YUV116.5476.34134.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.64%
GREEN value IS 130 (51.17% from 255) = 46.43%
BLUE value IS 25 (10.16% from 255) = 8.93%
R=44.64%
G=46.43%
B=8.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125130250.0400.810.4962.8667.7430.39
Hex7D82194051313f441e
Octal1752023140121617710436
Binary1111101100000101100110001010001110001111111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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