#16740E

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

Shades of Green #16740E

Tints of Green #16740E

Color information

#16740E (or 0x16740E) is unknown color: approx Green. HEX triplet: 16, 74 and 0E. RGB value is (22,116,14). Sum of RGB (Red+Green+Blue) = 22+116+14=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 116 (45.70% from 255 or 76.32% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 116 - color contains mainly: green. Hex color #16740E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16740E is #E98BF1. Grayscale: #4C4C4C. Windows color (decimal): -15305714 or 947222. OLE color: 947222.

HSL color Cylindrical-coordinate representation of color #16740E: hue angle of 115.29º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16740E is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB2211614-
CMYK0.8100.880.55
HSL115.29º78.46%25.49%-
HSV(B)115.29º87.93%45.49%-
XYZ6.6612.692.51-
YUV76.2792.8689.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.47%
GREEN value IS 116 (45.70% from 255) = 76.32%
BLUE value IS 14 (5.86% from 255) = 9.21%
R=14.47%
G=76.32%
B=9.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22116140.8100.880.55115.2978.4625.49
Hex1674E5105837734e19
Octal261641612101306716311631
Binary10110111010011101010001010110001101111110011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16740E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16740E; }

 p { color: rgb(22,116,14); }

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

<style>
 a { background-color: #16740E; }

 a { background-color: rgb(22,116,14); }

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

<style>
 span { border-color: #16740E; }

 span { border-color: rgb(22,116,14); }

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