#16770B

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

Shades of Green #16770B

Tints of Green #16770B

Color information

#16770B (or 0x16770B) is unknown color: approx Green. HEX triplet: 16, 77 and 0B. RGB value is (22,119,11). Sum of RGB (Red+Green+Blue) = 22+119+11=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 119 (46.88% from 255 or 78.29% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 119 - color contains mainly: green. Hex color #16770B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16770B is #E988F4. Grayscale: #4E4E4E. Windows color (decimal): -15304949 or 751382. OLE color: 751382.

HSL color Cylindrical-coordinate representation of color #16770B: hue angle of 113.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16770B is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB2211911-
CMYK0.8200.910.53
HSL113.89º83.08%25.49%-
HSV(B)113.89º90.76%46.67%-
XYZ6.9913.392.53-
YUV77.6890.3688.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.47%
GREEN value IS 119 (46.88% from 255) = 78.29%
BLUE value IS 11 (4.69% from 255) = 7.24%
R=14.47%
G=78.29%
B=7.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22119110.8200.910.53113.8983.0825.49
Hex1677B5205B35725319
Octal261671312201336516212331
Binary10110111011110111010010010110111101011110010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16770B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16770B; }

 p { color: rgb(22,119,11); }

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

<style>
 a { background-color: #16770B; }

 a { background-color: rgb(22,119,11); }

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

<style>
 span { border-color: #16770B; }

 span { border-color: rgb(22,119,11); }

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