#717C1D

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

Shades of Trendy Green #717C1D

Tints of Trendy Green #717C1D

Color information

#717C1D (or 0x717C1D) is unknown color: approx Trendy Green. HEX triplet: 71, 7C and 1D. RGB value is (113,124,29). Sum of RGB (Red+Green+Blue) = 113+124+29=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 124 - color contains mainly: green. Hex color #717C1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717C1D is #8E83E2. Grayscale: #6E6E6E. Windows color (decimal): -9339875 or 1932401. OLE color: 1932401.

HSL color Cylindrical-coordinate representation of color #717C1D: hue angle of 66.95º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #717C1D is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB11312429-
CMYK0.0900.770.51
HSL66.95º62.09%30%-
HSV(B)66.95º76.61%48.63%-
XYZ14.2418.013.89-
YUV109.8882.36130.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.48%
GREEN value IS 124 (48.83% from 255) = 46.62%
BLUE value IS 29 (11.72% from 255) = 10.90%
R=42.48%
G=46.62%
B=10.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113124290.0900.770.5166.9562.0930
Hex717C1D904D33433e1e
Octal16117435110115631037636
Binary1110001111110011101100101001101110011100001111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717C1D; }

 p { color: rgb(113,124,29); }

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

<style>
 a { background-color: #717C1D; }

 a { background-color: rgb(113,124,29); }

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

<style>
 span { border-color: #717C1D; }

 span { border-color: rgb(113,124,29); }

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