#717C14

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

Shades of Trendy Green #717C14

Tints of Trendy Green #717C14

Color information

#717C14 (or 0x717C14) is unknown color: approx Trendy Green. HEX triplet: 71, 7C and 14. RGB value is (113,124,20). Sum of RGB (Red+Green+Blue) = 113+124+20=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #717C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717C14 is #8E83EB. Grayscale: #6D6D6D. Windows color (decimal): -9339884 or 1342577. OLE color: 1342577.

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

Color convert

RGB11312420-
CMYK0.0900.840.51
HSL66.35º72.22%28.24%-
HSV(B)66.35º83.87%48.63%-
XYZ14.1417.983.39-
YUV108.8577.86130.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.97%
GREEN value IS 124 (48.83% from 255) = 48.25%
BLUE value IS 20 (8.20% from 255) = 7.78%
R=43.97%
G=48.25%
B=7.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113124200.0900.840.5166.3572.2228.24
Hex717C1490543342481c
Octal161174241101246310211034
Binary11100011111100101001001010101001100111000010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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