#7D861D

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

Shades of Trendy Green #7D861D

Tints of Trendy Green #7D861D

Color information

#7D861D (or 0x7D861D) is unknown color: approx Trendy Green. HEX triplet: 7D, 86 and 1D. RGB value is (125,134,29). Sum of RGB (Red+Green+Blue) = 125+134+29=288 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.40% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #7D861D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D861D is #8279E2. Grayscale: #777777. Windows color (decimal): -8550883 or 1934973. OLE color: 1934973.

HSL color Cylindrical-coordinate representation of color #7D861D: hue angle of 65.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D861D is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB12513429-
CMYK0.0700.780.47
HSL65.14º64.42%31.96%-
HSV(B)65.14º78.36%52.55%-
XYZ17.221.54.41-
YUV119.3477.02132.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.40%
GREEN value IS 134 (52.73% from 255) = 46.53%
BLUE value IS 29 (11.72% from 255) = 10.07%
R=43.40%
G=46.53%
B=10.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125134290.0700.780.4765.1464.4231.96
Hex7D861D704E2F414020
Octal17520635701165710110040
Binary111110110000110111011110100111010111110000011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D861D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,134,29); }

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

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

 a { background-color: rgb(125,134,29); }

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

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

 span { border-color: rgb(125,134,29); }

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