#7D7B1F

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

Shades of Trendy Green #7D7B1F

Tints of Trendy Green #7D7B1F

Color information

#7D7B1F (or 0x7D7B1F) is unknown color: approx Trendy Green. HEX triplet: 7D, 7B and 1F. RGB value is (125,123,31). Sum of RGB (Red+Green+Blue) = 125+123+31=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7B1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7B1F is #8284E0. Grayscale: #717171. Windows color (decimal): -8553697 or 2063229. OLE color: 2063229.

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

Color convert

RGB12512331-
CMYK00.020.750.51
HSL58.72º60.26%30.59%-
HSV(B)58.72º75.2%49.02%-
XYZ15.7918.624.06-
YUV113.1181.66136.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.80%
GREEN value IS 123 (48.44% from 255) = 44.09%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=44.80%
G=44.09%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251233100.020.750.5158.7260.2630.59
Hex7D7B1F024B333b3c1f
Octal175173370211363737437
Binary1111101111101111111010100101111001111101111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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