#161710

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

Shades of Green Waterloo #161710

Tints of Green Waterloo #161710

Color information

#161710 (or 0x161710) is unknown color: approx Green Waterloo. HEX triplet: 16, 17 and 10. RGB value is (22,23,16). Sum of RGB (Red+Green+Blue) = 22+23+16=61 (8% of max value = 765). Red value is 22 (8.98% from 255 or 36.07% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 23 - color contains mainly: green. Hex color #161710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161710 is #E9E8EF. Grayscale: #151515. Windows color (decimal): -15329520 or 1054486. OLE color: 1054486.

HSL color Cylindrical-coordinate representation of color #161710: hue angle of 68.57º degrees, saturation: 0.18, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #161710 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.91.

Color convert

RGB222316-
CMYK0.0400.300.91
HSL68.57º17.95%7.65%-
HSV(B)68.57º30.43%9.02%-
XYZ0.730.820.61-
YUV21.9124.67128.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 36.07%
GREEN value IS 23 (9.38% from 255) = 37.70%
BLUE value IS 16 (6.64% from 255) = 26.23%
R=36.07%
G=37.70%
B=26.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2223160.0400.300.9168.5717.957.65
Hex161710401E5B45128
Octal26272040361331052210
Binary10110101111000010001111010110111000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161710; }

 p { color: rgb(22,23,16); }

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

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

 a { background-color: rgb(22,23,16); }

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

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

 span { border-color: rgb(22,23,16); }

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