#16730E

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

Shades of Green #16730E

Tints of Green #16730E

Color information

#16730E (or 0x16730E) is unknown color: approx Green. HEX triplet: 16, 73 and 0E. RGB value is (22,115,14). Sum of RGB (Red+Green+Blue) = 22+115+14=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 115 (45.31% from 255 or 76.16% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 115 - color contains mainly: green. Hex color #16730E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16730E is #E98CF1. Grayscale: #4B4B4B. Windows color (decimal): -15305970 or 946966. OLE color: 946966.

HSL color Cylindrical-coordinate representation of color #16730E: hue angle of 115.25º 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 #16730E is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB2211514-
CMYK0.8100.880.55
HSL115.25º78.29%25.29%-
HSV(B)115.25º87.83%45.1%-
XYZ6.5412.462.48-
YUV75.6893.1989.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.57%
GREEN value IS 115 (45.31% from 255) = 76.16%
BLUE value IS 14 (5.86% from 255) = 9.27%
R=14.57%
G=76.16%
B=9.27%

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
Decimal22115140.8100.880.55115.2578.2925.29
Hex1673E5105837734e19
Octal261631612101306716311631
Binary10110111001111101010001010110001101111110011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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