#161907

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

Shades of Green Waterloo #161907

Tints of Green Waterloo #161907

Color information

#161907 (or 0x161907) is unknown color: approx Green Waterloo. HEX triplet: 16, 19 and 07. RGB value is (22,25,7). Sum of RGB (Red+Green+Blue) = 22+25+7=54 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40.74% from 54); Green value is 25 (10.16% from 255 or 46.30% from 54); Blue value is 7 (3.12% from 255 or 12.96% from 54); Max value from RGB is 25 - color contains mainly: green. Hex color #161907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161907 is #E9E6F8. Grayscale: #161616. Windows color (decimal): -15329017 or 465174. OLE color: 465174.

HSL color Cylindrical-coordinate representation of color #161907: hue angle of 70º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #161907 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.90.

Color convert

RGB22257-
CMYK0.1200.720.90
HSL70º56.25%6.27%-
HSV(B)70º72%9.8%-
XYZ0.720.880.33-
YUV22.05119.51127.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 40.74%
GREEN value IS 25 (10.16% from 255) = 46.30%
BLUE value IS 7 (3.12% from 255) = 12.96%
R=40.74%
G=46.30%
B=12.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal222570.1200.720.907056.256.27
Hex16197C0485A46386
Octal26317140110132106706
Binary101101100111111000100100010110101000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161907; }

 p { color: rgb(22,25,7); }

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

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

 a { background-color: rgb(22,25,7); }

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

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

 span { border-color: rgb(22,25,7); }

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