#7D7B19

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

Shades of Trendy Green #7D7B19

Tints of Trendy Green #7D7B19

Color information

#7D7B19 (or 0x7D7B19) is unknown color: approx Trendy Green. HEX triplet: 7D, 7B and 19. RGB value is (125,123,25). Sum of RGB (Red+Green+Blue) = 125+123+25=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7B19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7B19 is #8284E6. Grayscale: #707070. Windows color (decimal): -8553703 or 1670013. OLE color: 1670013.

HSL color Cylindrical-coordinate representation of color #7D7B19: hue angle of 58.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D7B19 is Cyan = 0, Magento = 0.02, Yellow = 0.8 and Black (K on CMYK) = 0.51.

Color convert

RGB12512325-
CMYK00.020.80.51
HSL58.8º66.67%29.41%-
HSV(B)58.8º80%49.02%-
XYZ15.7218.63.68-
YUV112.4378.66136.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.79%
GREEN value IS 123 (48.44% from 255) = 45.05%
BLUE value IS 25 (10.16% from 255) = 9.16%
R=45.79%
G=45.05%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.8
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251232500.020.80.5158.866.6729.41
Hex7D7B190250333b431d
Octal1751733102120637310335
Binary11111011111011110010101010000110011111011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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