#717B14

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

Shades of Trendy Green #717B14

Tints of Trendy Green #717B14

Color information

#717B14 (or 0x717B14) is unknown color: approx Trendy Green. HEX triplet: 71, 7B and 14. RGB value is (113,123,20). Sum of RGB (Red+Green+Blue) = 113+123+20=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #717B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717B14 is #8E84EB. Grayscale: #6C6C6C. Windows color (decimal): -9340140 or 1342321. OLE color: 1342321.

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

Color convert

RGB11312320-
CMYK0.0800.840.52
HSL65.83º72.03%28.04%-
HSV(B)65.83º83.74%48.24%-
XYZ14.0217.733.34-
YUV108.2778.19131.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 123 (48.44% from 255) = 48.05%
BLUE value IS 20 (8.20% from 255) = 7.81%
R=44.14%
G=48.05%
B=7.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113123200.0800.840.5265.8372.0328.04
Hex717B1480543442481c
Octal161173241001246410211034
Binary11100011111011101001000010101001101001000010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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