#16720A

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

Shades of Green #16720A

Tints of Green #16720A

Color information

#16720A (or 0x16720A) is unknown color: approx Green. HEX triplet: 16, 72 and 0A. RGB value is (22,114,10). Sum of RGB (Red+Green+Blue) = 22+114+10=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 114 (44.92% from 255 or 78.08% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 114 - color contains mainly: green. Hex color #16720A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16720A is #E98DF5. Grayscale: #4A4A4A. Windows color (decimal): -15306230 or 684566. OLE color: 684566.

HSL color Cylindrical-coordinate representation of color #16720A: hue angle of 113.08º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16720A is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB2211410-
CMYK0.8100.910.55
HSL113.08º83.87%24.31%-
HSV(B)113.08º91.23%44.71%-
XYZ6.412.232.31-
YUV74.6491.5290.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.07%
GREEN value IS 114 (44.92% from 255) = 78.08%
BLUE value IS 10 (4.30% from 255) = 6.85%
R=15.07%
G=78.08%
B=6.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22114100.8100.910.55113.0883.8724.31
Hex1672A5105B37715418
Octal261621212101336716112430
Binary10110111001010101010001010110111101111110001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16720A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16720A; }

 p { color: rgb(22,114,10); }

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

<style>
 a { background-color: #16720A; }

 a { background-color: rgb(22,114,10); }

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

<style>
 span { border-color: #16720A; }

 span { border-color: rgb(22,114,10); }

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